index
:
bot
dependabot/github_actions/actions/upload-artifact-5
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
EH Tests: Merge test classes
ks129
2020-05-19
-11
/
+4
*
EH Tests: Create test for `handle_check_failure`
ks129
2020-05-19
-0
/
+48
*
EH Tests: Create test for `handle_input_error`
ks129
2020-05-19
-6
/
+36
*
EH Tests: Created test for `handle_user_input_error` `get_help_command`
ks129
2020-05-19
-0
/
+16
*
EH Tests: Added test for `try_get_tag` `ResponseCodeError` ignore
ks129
2020-05-19
-0
/
+6
*
EH Tests: Added test for `try_get_tag` `ctx.invoke` calling
ks129
2020-05-19
-0
/
+7
*
EH Tests: Added test for `try_get_tag` tag name converting failing
ks129
2020-05-19
-0
/
+9
*
EH Tests: Added test for `try_get_tag` successful tag name converting
ks129
2020-05-19
-0
/
+9
*
EH Tests: Added test for `try_get_tag` error handling
ks129
2020-05-19
-2
/
+11
*
EH Tests: Added test for `try_get_tag` checks fail
ks129
2020-05-19
-2
/
+8
*
EH Tests: Added test for `try_get_tag` `invoked_from_error_handler`
ks129
2020-05-19
-0
/
+7
*
EH Tests: Added test for `try_get_tag` `get_command` calling
ks129
2020-05-19
-0
/
+19
*
EH Tests: Added tests for `get_help_command`in `OtherErrorHandlerTests`
ks129
2020-05-19
-0
/
+32
*
EH Tests: Cleanup `try_silence` tests
ks129
2020-05-18
-39
/
+27
*
EH Tests: Added test for `try_silence` no match message
ks129
2020-05-18
-0
/
+6
*
EH Tests: Created `try_silence` test to test unsilence command calling
ks129
2020-05-18
-0
/
+17
*
EH Tests: Created `try_silence` test to test silence command calling
ks129
2020-05-18
-0
/
+17
*
EH Tests: Created `try_silence` test to check no permission with except
ks129
2020-05-18
-0
/
+8
*
EH Tests: Created `try_silence` test to check no permission response
ks129
2020-05-18
-2
/
+9
*
EH Tests: Created `try_silence` test for `get_command`
ks129
2020-05-18
-0
/
+9
*
EH Tests: Created first test for `try_silence`
ks129
2020-05-18
-0
/
+18
*
EH Tests: Created test for all other errors
ks129
2020-05-18
-0
/
+8
*
EH Tests: Added test for 3 errors handling on handler
ks129
2020-05-18
-1
/
+17
*
EH Tests: Added test for `CommandInvokeError` handling on handler
ks129
2020-05-18
-0
/
+22
*
EH Tests: Added test for `CommandOnCooldown` handling on handler
ks129
2020-05-18
-0
/
+8
*
EH Tests: Added test for `CheckFailure` handling on handler
ks129
2020-05-18
-0
/
+9
*
EH Tests: Added test for `UserInputError` handling on handler
ks129
2020-05-18
-0
/
+9
*
EH Tests: Added another test for `CommandNotFound` error handling
ks129
2020-05-18
-0
/
+17
*
Test Helpers: Added new attribute to `MockContext`
ks129
2020-05-18
-0
/
+2
*
EH Tests: Remove class member `cog` + other small changes
ks129
2020-05-18
-14
/
+15
*
EH Tests: Created test for `CommandNotFound` error when call isn't by EH
ks129
2020-05-18
-0
/
+49
*
EH Tests: Created test cases set + already handled error test
ks129
2020-05-18
-0
/
+22
*
Use `Command`-object for `send_help`
Sebastiaan Zeeff
2020-05-17
-2
/
+2
*
Use `send_help` to invoke command help
Sebastiaan Zeeff
2020-05-17
-2
/
+1
*
Tests: change avatar_url_as assertion to use static_format
MarkKoz
2020-04-30
-1
/
+1
*
Add DMChannel tests for in_whitelist decorator
Sebastiaan Zeeff
2020-04-27
-31
/
+63
*
Add mock for discord.DMChannels
Sebastiaan Zeeff
2020-04-27
-0
/
+21
*
Exclude never-run lines from coverage
Sebastiaan Zeeff
2020-04-27
-2
/
+2
*
Simplify `in_whitelisted_context` decorator API
Sebastiaan Zeeff
2020-04-23
-32
/
+32
*
Add tests for `in_whitelisted_context` decorator
Sebastiaan Zeeff
2020-04-23
-0
/
+115
*
Remove vestigial kwargs from MockTextChannel.__init__
Sebastiaan Zeeff
2020-04-23
-1
/
+1
*
Replace `in_channel` decorator by `in_whitelisted_context`
Sebastiaan Zeeff
2020-04-23
-2
/
+2
*
(Syncer Tests): Replaced wrong side effect
ks129
2020-04-09
-1
/
+2
*
Set unsilence permissions to inherit instead of true
Sebastiaan Zeeff
2020-03-30
-1
/
+1
*
Merge branch 'master' into hush-cog
Eivind Teig
2020-03-30
-58
/
+131
|
\
|
*
Snekbox tests: use `get_code` in `test_continue_eval_does_continue`
MarkKoz
2020-03-25
-3
/
+6
|
*
Snekbox tests: test `get_code`
MarkKoz
2020-03-25
-4
/
+32
|
*
Cog tests: comment some code for clarification
MarkKoz
2020-03-16
-0
/
+3
|
*
Cog tests: fix error on import due to discord.ext.tasks.loop
MarkKoz
2020-03-13
-3
/
+5
|
*
Cog tests: fix leading space in aliases without parents
MarkKoz
2020-03-13
-1
/
+1
[next]