aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2020-07-08Call the filter eval command after receiving an eval resultGravatar Slushie-1/+6
2020-07-08Create a filtering function to filter eval resultsGravatar Slushie-52/+120
2020-07-08Edit BadArgument error messageGravatar Slushie-1/+1
2020-07-07Re-lock PipfileGravatar MarkKoz-2/+1
Forgot to do this after removing editable.
2020-07-07Don't install discord.py as editableGravatar MarkKoz-1/+1
It may be causing it to not be cached in Azure.
2020-07-07Fix git install in DockerfileGravatar Joseph Banks-3/+5
2020-07-07Add git to Docker imageGravatar Joseph Banks-0/+3
2020-07-07Allow owners, admins, and mods roles to be pingedGravatar MarkKoz-1/+2
2020-07-07Prevent bot from mentioning rolesGravatar MarkKoz-96/+127
This was open to abuse when the bot relayed user input.
2020-07-06Fix imports in slowmode testsGravatar Den4200-3/+3
2020-07-06Move slowmode cog to the moderation subpackageGravatar Den4200-2/+3
2020-07-06Improve set_slowmode tests by checking whether the channel was editedGravatar Den4200-8/+22
2020-07-06Add multiple test cases for set_slowmode testsGravatar Den4200-10/+34
2020-07-06Use local text_channel instead of instance attributeGravatar Den4200-13/+10
2020-07-06Add tests for set_slowmodeGravatar Den4200-0/+20
2020-07-06Add tests for reset_slowmodeGravatar Den4200-3/+22