Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-05-25 | Just use the notifier instead of patching | -14/+18 | ||
I combined two tests into one where it made sense. This is much neater and makes for better tests | ||||
2024-05-25 | Don't setup the cog for Notifier and Argument Parser tests | -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-25 | Make use of fakeredis instead of mocking | -29/+24 | ||
This is cleaner, and better practice. | ||||
2024-05-25 | Lazily create `guild` on text/voice channel mocks | -2/+12 | ||
In many cases the Guild mock is not needed so this makes tests faster | ||||
2024-05-25 | Specify environment variable using env block | -1/+4 | ||
Co-authored-by: Joe Banks <[email protected]> | ||||
2024-05-25 | Use COVERAGE_CORE=sysmon when running tests in CI | -1/+1 | ||
2024-05-23 | Remove space from command name | -1/+1 | ||
2024-05-23 | Allow listing alts for a user via the alts root alias (#3072) | -2/+2 | ||
2024-05-23 | fixup: remove british accent | -1/+1 | ||
2024-05-23 | fixup: simplify type annotation | -1/+1 | ||
2024-05-23 | Remove space after subcommand name which meant it couldn't be called | -1/+1 | ||
2024-05-23 | Output user alts in user command when ran in mod channels | -0/+7 | ||
2024-05-23 | Nicely format error when editing alts where target user isn't an alt | -0/+1 | ||
2024-05-23 | Don't allow bots to be marked as alts | -0/+4 | ||
2024-05-23 | Indicate if the user has alts when seaching for their infractions | -0/+5 | ||