index
:
bot
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-05-19
EH Tests: Create test for `handle_check_failure`
ks129
-0
/
+48
2020-05-19
EH Tests: Create test for `handle_input_error`
ks129
-6
/
+36
2020-05-19
Error Handler: Changed way of help command get + send to avoid warning
ks129
-6
/
+4
2020-05-19
EH Tests: Created test for `handle_user_input_error` `get_help_command`
ks129
-0
/
+16
2020-05-19
EH Tests: Added test for `try_get_tag` `ResponseCodeError` ignore
ks129
-0
/
+6
2020-05-19
EH Tests: Added test for `try_get_tag` `ctx.invoke` calling
ks129
-0
/
+7
2020-05-19
EH Tests: Added test for `try_get_tag` tag name converting failing
ks129
-0
/
+9
2020-05-19
EH Tests: Added test for `try_get_tag` successful tag name converting
ks129
-0
/
+9
2020-05-19
EH Tests: Added test for `try_get_tag` error handling
ks129
-2
/
+11
2020-05-19
EH Tests: Added test for `try_get_tag` checks fail
ks129
-2
/
+8
2020-05-19
EH Tests: Added test for `try_get_tag` `invoked_from_error_handler`
ks129
-0
/
+7
2020-05-19
EH Tests: Added test for `try_get_tag` `get_command` calling
ks129
-0
/
+19
2020-05-19
EH Tests: Added tests for `get_help_command`in `OtherErrorHandlerTests`
ks129
-0
/
+32
2020-05-18
EH Tests: Cleanup `try_silence` tests
ks129
-39
/
+27
2020-05-18
EH Tests: Added test for `try_silence` no match message
ks129
-0
/
+6
2020-05-18
EH Tests: Created `try_silence` test to test unsilence command calling
ks129
-0
/
+17
2020-05-18
EH Tests: Created `try_silence` test to test silence command calling
ks129
-0
/
+17
2020-05-18
EH Tests: Created `try_silence` test to check no permission with except
ks129
-0
/
+8
2020-05-18
EH Tests: Created `try_silence` test to check no permission response
ks129
-2
/
+9
2020-05-18
EH Tests: Created `try_silence` test for `get_command`
ks129
-0
/
+9
2020-05-18
EH Tests: Created first test for `try_silence`
ks129
-0
/
+18
2020-05-18
EH Tests: Created test for all other errors
ks129
-0
/
+8
2020-05-18
EH Tests: Added test for 3 errors handling on handler
ks129
-1
/
+17
2020-05-18
EH Tests: Added test for `CommandInvokeError` handling on handler
ks129
-0
/
+22
2020-05-18
EH Tests: Added test for `CommandOnCooldown` handling on handler
ks129
-0
/
+8
2020-05-18
EH Tests: Added test for `CheckFailure` handling on handler
ks129
-0
/
+9
2020-05-18
EH Tests: Added test for `UserInputError` handling on handler
ks129
-0
/
+9
2020-05-18
EH Tests: Added another test for `CommandNotFound` error handling
ks129
-0
/
+17
2020-05-18
Test Helpers: Added new attribute to `MockContext`
ks129
-0
/
+2
2020-05-18
Error Handler: Changed `CommandNotFound` error check for testing
ks129
-1
/
+1
2020-05-18
EH Tests: Remove class member `cog` + other small changes
ks129
-14
/
+15
2020-05-18
EH Tests: Created test for `CommandNotFound` error when call isn't by EH
ks129
-0
/
+49