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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Rename AllowDenyList to FilterLists
Leon Sandøy
2020-07-27
-1
/
+1
*
Remove AntiMalWare constants, use cache data.
Leon Sandøy
2020-07-18
-9
/
+15
*
Merge branch 'master' into dm_relay
Leon Sandøy
2020-07-15
-0
/
+12
|
\
|
*
edit snekbox tests to work with filtering
Slushie
2020-07-13
-0
/
+12
*
|
Fix DuckPond tests now that send_webhook is gone.
Leon Sandøy
2020-07-12
-39
/
+12
|
/
*
Fix imports in slowmode tests
Den4200
2020-07-06
-3
/
+3
*
Improve set_slowmode tests by checking whether the channel was edited
Den4200
2020-07-06
-8
/
+22
*
Add multiple test cases for set_slowmode tests
Den4200
2020-07-06
-10
/
+34
*
Use local text_channel instead of instance attribute
Den4200
2020-07-06
-13
/
+10
*
Add tests for set_slowmode
Den4200
2020-07-06
-0
/
+20
*
Add tests for reset_slowmode
Den4200
2020-07-06
-3
/
+22
*
Add tests for cog_check and get_slowmode
Den4200
2020-07-06
-0
/
+37
*
Merge branch 'master' into issue926-paginate-long-lines
Kyle Stanley
2020-06-26
-191
/
+514
|
\
|
*
Merge branch 'master' into bug/backend/bot-50/sync-ignore-guilds
kwzrd
2020-06-22
-10
/
+85
|
|
\
|
|
*
Merge branch 'master' into logging-tests
Kieran Siek
2020-06-22
-200
/
+1047
|
|
|
\
|
|
|
*
Merge branch 'master' into bug/mod/bot-2a/webhook-clyde
kwzrd
2020-06-20
-10
/
+26
|
|
|
|
\
|
|
|
|
*
Merge branch 'master' into bug/filters/bot-58/removers-ignore-dms
Dennis Pham
2020-06-19
-1
/
+3
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'master' into help_channel_rediscache
Kieran Siek
2020-06-16
-167
/
+361
|
|
|
|
|
|
\
|
|
|
|
|
*
\
Merge branch 'master' into help_channel_rediscache
Leon Sandøy
2020-06-06
-9
/
+8
|
|
|
|
|
|
\
\
|
|
|
|
|
*
|
|
Add support for bool values in RedisCache
Leon Sandøy
2020-05-31
-1
/
+3
|
|
|
|
*
|
|
|
Token remover: exit early if message already deleted
MarkKoz
2020-06-15
-1
/
+14
|
|
|
|
*
|
|
|
Token remover: move bot check to on_message
MarkKoz
2020-06-15
-16
/
+7
|
|
|
|
*
|
|
|
Token remover: ignore DMs
MarkKoz
2020-06-15
-0
/
+10
|
|
|
|
|
|
_
|
/
|
|
|
|
|
/
|
|
|
|
|
*
/
|
|
Write unit test for `sub_clyde`
kwzrd
2020-06-20
-0
/
+27
|
|
|
|
/
/
/
|
|
*
|
|
|
Logging Tests: Simplify `DEBUG_MODE` `False` test
ks129
2020-05-22
-11
/
+1
|
|
*
|
|
|
Merge branch 'master' into logging-tests
ks129
2020-05-17
-10
/
+178
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Created tests for `bot.cogs.logging` connected message.
ks129
2020-04-14
-0
/
+42
|
*
|
|
|
|
|
Sync: fix guild ID check
MarkKoz
2020-06-17
-16
/
+19
|
*
|
|
|
|
|
Sync: ignore 404s in on_user_update
MarkKoz
2020-06-14
-7
/
+10
|
*
|
|
|
|
|
Sync tests: test listeners ignore events from other guilds
MarkKoz
2020-06-14
-10
/
+54
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #937 from python-discord/bug/filters/928/non-ascii-token
Mark
2020-06-12
-102
/
+285
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge remote-tracking branch 'origin/master' into bug/filters/928/non-ascii-t...
MarkKoz
2020-06-02
-40
/
+645
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Token remover: remove the `delete_message` function
MarkKoz
2020-06-02
-12
/
+7
|
|
*
|
|
|
|
|
Test find_token_in_message returns None for invalid matches
MarkKoz
2020-05-28
-0
/
+15
|
|
*
|
|
|
|
|
Adjust find_token_in_message tests for the recent cog changes
MarkKoz
2020-05-28
-19
/
+20
|
|
*
|
|
|
|
|
Remove is_maybe_token tests
MarkKoz
2020-05-28
-33
/
+0
|
|
*
|
|
|
|
|
Add more thorough and realistic inputs for token ID and timestamp tests
MarkKoz
2020-05-27
-18
/
+52
|
|
*
|
|
|
|
|
Adjust token remover tests to use the Token NamedTuple
MarkKoz
2020-05-27
-6
/
+8
|
|
*
|
|
|
|
|
Switch findall to finditer in assertions
MarkKoz
2020-05-27
-4
/
+4
|
|
*
|
|
|
|
|
Use real token values for testing multiple matches in regex
MarkKoz
2020-05-25
-3
/
+4
|
|
*
|
|
|
|
|
Fix multiple match text for token regex
MarkKoz
2020-05-25
-2
/
+3
|
|
*
|
|
|
|
|
Fix valid token regex test
MarkKoz
2020-05-25
-2
/
+2
|
|
*
|
|
|
|
|
Add more valid tokens to test the regex with
MarkKoz
2020-05-25
-3
/
+5
|
|
*
|
|
|
|
|
Test token regex won't match non-base64 characters
MarkKoz
2020-05-25
-4
/
+3
|
|
*
|
|
|
|
|
Fix a test needlessly being a coroutine
MarkKoz
2020-05-13
-1
/
+1
|
|
*
|
|
|
|
|
Use subtests for valid ID/timestamp tests and test non-ASCII inputs
MarkKoz
2020-05-11
-18
/
+25
|
|
*
|
|
|
|
|
Clean up token remover test imports
MarkKoz
2020-05-11
-16
/
+12
|
|
*
|
|
|
|
|
Replace deprecated assertion methods
MarkKoz
2020-05-11
-2
/
+2
|
|
*
|
|
|
|
|
Refactor `TokenRemoverSetupTests` and add a more thorough test
MarkKoz
2020-05-11
-4
/
+8
|
|
*
|
|
|
|
|
Test TokenRemover.take_action
MarkKoz
2020-05-11
-43
/
+30
[next]