aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-03-17Reword `unsilence` docstring.Gravatar Numerlor-2/+1
2020-03-17Remove `channel` mentions from command docstrings.Gravatar Numerlor-2/+2
2020-03-17Rename `cog_unload` tests.Gravatar Numerlor-2/+2
2020-03-17Fix `test_cog_unload` passing tests with invalid values.Gravatar Numerlor-1/+1
2020-03-16Handle and log `CommandErrors` on `.can_run`.Gravatar Numerlor-1/+6
2020-03-15Remove long indentation from docstrings.Gravatar Numerlor-6/+6
2020-03-15Set `_get_instance_vars_event` in test's `setUp`.Gravatar Numerlor-0/+2
2020-03-15Adjust tests for new calling behaviour.Gravatar Numerlor-2/+2
2020-03-15Document returns values of private methods.Gravatar Numerlor-0/+2
2020-03-15Block commands until all instance vars are loaded.Gravatar Numerlor-0/+4
2020-03-15Assign created task to a var.Gravatar Numerlor-1/+1
2020-03-15Pass kwargs directly instead of a PermissionOverwrite.Gravatar Numerlor-9/+3
2020-03-15Change BadArgument error wording.Gravatar Numerlor-1/+1
2020-03-15Add Silence cog load to docstring.Gravatar Numerlor-1/+1
2020-03-15Move coro execution outside of if condition.Gravatar Numerlor-8/+6
2020-03-15Adjust docstring styling.Gravatar Numerlor-2/+2
2020-03-15Use dict instead of a set and custom class.Gravatar Numerlor-44/+8
2020-03-11Add tests for `_notifier`.Gravatar Numerlor-0/+19
2020-03-11Improve commands help.Gravatar Numerlor-3/+5
2020-03-11Add logging to commands.Gravatar Numerlor-0/+3
2020-03-11Change various logging levels.Gravatar Numerlor-7/+7
2020-03-11Add tests for `remove_channel`.Gravatar Numerlor-0/+18
2020-03-11Remove `_current_loop` from setup.Gravatar Numerlor-2/+1
2020-03-11Add tests for `add_channel`.Gravatar Numerlor-0/+21
2020-03-11Create test case for `SilenceNotifier`Gravatar Numerlor-1/+7
2020-03-11Add tests for `_get_instance_vars`.Gravatar Numerlor-1/+28
2020-03-11Pass created channel instead of new object.Gravatar Numerlor-1/+1
2020-03-11Reset `self.ctx` call history after every subtest.Gravatar Numerlor-0/+1
2020-03-11Fix erroneous `assert_called_once_with` calls.Gravatar Numerlor-8/+7
2020-03-11Add test for `cog_check`.Gravatar Numerlor-0/+7
2020-03-11Add test for `cog_unload`.Gravatar Numerlor-1/+17
2020-03-11Use patch decorators and assign names from `with` patches.Gravatar Numerlor-11/+11
2020-03-11Separate tests for permissions and `muted_channels.add` on `_silence`.Gravatar Numerlor-5/+8
2020-03-11Add tests for `_unsilence`Gravatar Numerlor-1/+33
2020-03-11Use async test case.Gravatar Numerlor-14/+12
2020-03-11Add test for `_silence` method.Gravatar Numerlor-1/+34
2020-03-11Move adding of channel to `muted_channels` up.Gravatar Numerlor-1/+1
2020-03-11Remove channel mentions from output discord messages.Gravatar Numerlor-8/+8
2020-03-11Remove unnecessary args from test cases.Gravatar Numerlor-6/+6
2020-03-10Add alert with silenced channels on `cog_unload`.Gravatar Numerlor-0/+11
2020-03-10Remove `channel` arg from commands.Gravatar Numerlor-20/+10
2020-03-10Retain previous channel overwrites.Gravatar Numerlor-4/+12
2020-03-09Use `patch.object` instead of patch with direct `return_value`.Gravatar Numerlor-9/+2
2020-03-08Move notifier to separate class.Gravatar Numerlor-40/+46
2020-03-08Remove "Channel" from output string for consistency.Gravatar Numerlor-1/+1
2020-03-08Use `Context.invoke` instead of calling `unsilence` directly.Gravatar Numerlor-1/+1
2020-03-08Add test for `unsilence` discord output.Gravatar Numerlor-0/+9
2020-03-08Add test for `silence` discord output.Gravatar Numerlor-0/+24
2020-03-08Add test case for Silence cog.Gravatar Numerlor-1/+10
2020-03-08Add tests for FirstHash class.Gravatar Numerlor-0/+25