index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-03-17
Reword `unsilence` docstring.
Numerlor
-2
/
+1
2020-03-17
Remove `channel` mentions from command docstrings.
Numerlor
-2
/
+2
2020-03-17
Rename `cog_unload` tests.
Numerlor
-2
/
+2
2020-03-17
Fix `test_cog_unload` passing tests with invalid values.
Numerlor
-1
/
+1
2020-03-16
Handle and log `CommandErrors` on `.can_run`.
Numerlor
-1
/
+6
2020-03-15
Remove long indentation from docstrings.
Numerlor
-6
/
+6
2020-03-15
Set `_get_instance_vars_event` in test's `setUp`.
Numerlor
-0
/
+2
2020-03-15
Adjust tests for new calling behaviour.
Numerlor
-2
/
+2
2020-03-15
Document returns values of private methods.
Numerlor
-0
/
+2
2020-03-15
Block commands until all instance vars are loaded.
Numerlor
-0
/
+4
2020-03-15
Assign created task to a var.
Numerlor
-1
/
+1
2020-03-15
Pass kwargs directly instead of a PermissionOverwrite.
Numerlor
-9
/
+3
2020-03-15
Change BadArgument error wording.
Numerlor
-1
/
+1
2020-03-15
Add Silence cog load to docstring.
Numerlor
-1
/
+1
2020-03-15
Move coro execution outside of if condition.
Numerlor
-8
/
+6
2020-03-15
Adjust docstring styling.
Numerlor
-2
/
+2
2020-03-15
Use dict instead of a set and custom class.
Numerlor
-44
/
+8
2020-03-11
Add tests for `_notifier`.
Numerlor
-0
/
+19
2020-03-11
Improve commands help.
Numerlor
-3
/
+5
2020-03-11
Add logging to commands.
Numerlor
-0
/
+3
2020-03-11
Change various logging levels.
Numerlor
-7
/
+7
2020-03-11
Add tests for `remove_channel`.
Numerlor
-0
/
+18
2020-03-11
Remove `_current_loop` from setup.
Numerlor
-2
/
+1
2020-03-11
Add tests for `add_channel`.
Numerlor
-0
/
+21
2020-03-11
Create test case for `SilenceNotifier`
Numerlor
-1
/
+7
2020-03-11
Add tests for `_get_instance_vars`.
Numerlor
-1
/
+28
2020-03-11
Pass created channel instead of new object.
Numerlor
-1
/
+1
2020-03-11
Reset `self.ctx` call history after every subtest.
Numerlor
-0
/
+1
2020-03-11
Fix erroneous `assert_called_once_with` calls.
Numerlor
-8
/
+7
2020-03-11
Add test for `cog_check`.
Numerlor
-0
/
+7
2020-03-11
Add test for `cog_unload`.
Numerlor
-1
/
+17
2020-03-11
Use patch decorators and assign names from `with` patches.
Numerlor
-11
/
+11
2020-03-11
Separate tests for permissions and `muted_channels.add` on `_silence`.
Numerlor
-5
/
+8
2020-03-11
Add tests for `_unsilence`
Numerlor
-1
/
+33
2020-03-11
Use async test case.
Numerlor
-14
/
+12
2020-03-11
Add test for `_silence` method.
Numerlor
-1
/
+34
2020-03-11
Move adding of channel to `muted_channels` up.
Numerlor
-1
/
+1
2020-03-11
Remove channel mentions from output discord messages.
Numerlor
-8
/
+8
2020-03-11
Remove unnecessary args from test cases.
Numerlor
-6
/
+6
2020-03-10
Add alert with silenced channels on `cog_unload`.
Numerlor
-0
/
+11
2020-03-10
Remove `channel` arg from commands.
Numerlor
-20
/
+10
2020-03-10
Retain previous channel overwrites.
Numerlor
-4
/
+12
2020-03-09
Use `patch.object` instead of patch with direct `return_value`.
Numerlor
-9
/
+2
2020-03-08
Move notifier to separate class.
Numerlor
-40
/
+46
2020-03-08
Remove "Channel" from output string for consistency.
Numerlor
-1
/
+1
2020-03-08
Use `Context.invoke` instead of calling `unsilence` directly.
Numerlor
-1
/
+1
2020-03-08
Add test for `unsilence` discord output.
Numerlor
-0
/
+9
2020-03-08
Add test for `silence` discord output.
Numerlor
-0
/
+24
2020-03-08
Add test case for Silence cog.
Numerlor
-1
/
+10
2020-03-08
Add tests for FirstHash class.
Numerlor
-0
/
+25
[next]