aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2024-05-25Just use the notifier instead of patchingGravatar wookie184-14/+18
I combined two tests into one where it made sense. This is much neater and makes for better tests
2024-05-25Don't setup the cog for Notifier and Argument Parser testsGravatar wookie184-8/+10
None of these tests need Redis or anything set by cog_load and setting them up for every test slows things down
2024-05-25Make use of fakeredis instead of mockingGravatar wookie184-29/+24
This is cleaner, and better practice.
2024-05-25Lazily create `guild` on text/voice channel mocksGravatar wookie184-2/+12
In many cases the Guild mock is not needed so this makes tests faster
2024-05-25Specify environment variable using env blockGravatar wookie184-1/+4
Co-authored-by: Joe Banks <[email protected]>
2024-05-25Use COVERAGE_CORE=sysmon when running tests in CIGravatar wookie184-1/+1
2024-05-23Remove space from command nameGravatar Chris Lovering-1/+1
2024-05-23Allow listing alts for a user via the alts root alias (#3072)Gravatar ChrisJL-2/+2
2024-05-23fixup: remove british accentGravatar Chris Lovering-1/+1
2024-05-23fixup: simplify type annotationGravatar Chris Lovering-1/+1
2024-05-23Remove space after subcommand name which meant it couldn't be calledGravatar Chris Lovering-1/+1
2024-05-23Output user alts in user command when ran in mod channelsGravatar Chris Lovering-0/+7
2024-05-23Nicely format error when editing alts where target user isn't an altGravatar Chris Lovering-0/+1
2024-05-23Don't allow bots to be marked as altsGravatar Chris Lovering-0/+4
2024-05-23Indicate if the user has alts when seaching for their infractionsGravatar Chris Lovering-0/+5