aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Rename AllowDenyList to FilterListsGravatar Leon Sandøy2020-07-27-1/+1
* Remove AntiMalWare constants, use cache data.Gravatar Leon Sandøy2020-07-18-9/+15
* Merge branch 'master' into dm_relayGravatar Leon Sandøy2020-07-15-0/+12
|\
| * edit snekbox tests to work with filteringGravatar Slushie2020-07-13-0/+12
* | Fix DuckPond tests now that send_webhook is gone.Gravatar Leon Sandøy2020-07-12-39/+12
|/
* Fix imports in slowmode testsGravatar Den42002020-07-06-3/+3
* Improve set_slowmode tests by checking whether the channel was editedGravatar Den42002020-07-06-8/+22
* Add multiple test cases for set_slowmode testsGravatar Den42002020-07-06-10/+34
* Use local text_channel instead of instance attributeGravatar Den42002020-07-06-13/+10
* Add tests for set_slowmodeGravatar Den42002020-07-06-0/+20
* Add tests for reset_slowmodeGravatar Den42002020-07-06-3/+22
* Add tests for cog_check and get_slowmodeGravatar Den42002020-07-06-0/+37
* Merge branch 'master' into issue926-paginate-long-linesGravatar Kyle Stanley2020-06-26-191/+514
|\
| * Merge branch 'master' into bug/backend/bot-50/sync-ignore-guildsGravatar kwzrd2020-06-22-10/+85
| |\
| | * Merge branch 'master' into logging-testsGravatar Kieran Siek2020-06-22-200/+1047
| | |\
| | | * Merge branch 'master' into bug/mod/bot-2a/webhook-clydeGravatar kwzrd2020-06-20-10/+26
| | | |\
| | | | * Merge branch 'master' into bug/filters/bot-58/removers-ignore-dmsGravatar Dennis Pham2020-06-19-1/+3
| | | | |\
| | | | | * Merge branch 'master' into help_channel_rediscacheGravatar Kieran Siek2020-06-16-167/+361
| | | | | |\
| | | | | * \ Merge branch 'master' into help_channel_rediscacheGravatar Leon Sandøy2020-06-06-9/+8
| | | | | |\ \
| | | | | * | | Add support for bool values in RedisCacheGravatar Leon Sandøy2020-05-31-1/+3
| | | | * | | | Token remover: exit early if message already deletedGravatar MarkKoz2020-06-15-1/+14
| | | | * | | | Token remover: move bot check to on_messageGravatar MarkKoz2020-06-15-16/+7
| | | | * | | | Token remover: ignore DMsGravatar MarkKoz2020-06-15-0/+10
| | | | | |_|/ | | | | |/| |
| | | * / | | Write unit test for `sub_clyde`Gravatar kwzrd2020-06-20-0/+27
| | | |/ / /
| | * | | | Logging Tests: Simplify `DEBUG_MODE` `False` testGravatar ks1292020-05-22-11/+1
| | * | | | Merge branch 'master' into logging-testsGravatar ks1292020-05-17-10/+178
| | |\ \ \ \
| | * | | | | Created tests for `bot.cogs.logging` connected message.Gravatar ks1292020-04-14-0/+42
| * | | | | | Sync: fix guild ID checkGravatar MarkKoz2020-06-17-16/+19
| * | | | | | Sync: ignore 404s in on_user_updateGravatar MarkKoz2020-06-14-7/+10
| * | | | | | Sync tests: test listeners ignore events from other guildsGravatar MarkKoz2020-06-14-10/+54
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #937 from python-discord/bug/filters/928/non-ascii-tokenGravatar Mark2020-06-12-102/+285
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into bug/filters/928/non-ascii-t...Gravatar MarkKoz2020-06-02-40/+645
| | |\ \ \ \ \
| | * | | | | | Token remover: remove the `delete_message` functionGravatar MarkKoz2020-06-02-12/+7
| | * | | | | | Test find_token_in_message returns None for invalid matchesGravatar MarkKoz2020-05-28-0/+15
| | * | | | | | Adjust find_token_in_message tests for the recent cog changesGravatar MarkKoz2020-05-28-19/+20
| | * | | | | | Remove is_maybe_token testsGravatar MarkKoz2020-05-28-33/+0
| | * | | | | | Add more thorough and realistic inputs for token ID and timestamp testsGravatar MarkKoz2020-05-27-18/+52
| | * | | | | | Adjust token remover tests to use the Token NamedTupleGravatar MarkKoz2020-05-27-6/+8
| | * | | | | | Switch findall to finditer in assertionsGravatar MarkKoz2020-05-27-4/+4
| | * | | | | | Use real token values for testing multiple matches in regexGravatar MarkKoz2020-05-25-3/+4
| | * | | | | | Fix multiple match text for token regexGravatar MarkKoz2020-05-25-2/+3
| | * | | | | | Fix valid token regex testGravatar MarkKoz2020-05-25-2/+2
| | * | | | | | Add more valid tokens to test the regex withGravatar MarkKoz2020-05-25-3/+5
| | * | | | | | Test token regex won't match non-base64 charactersGravatar MarkKoz2020-05-25-4/+3
| | * | | | | | Fix a test needlessly being a coroutineGravatar MarkKoz2020-05-13-1/+1
| | * | | | | | Use subtests for valid ID/timestamp tests and test non-ASCII inputsGravatar MarkKoz2020-05-11-18/+25
| | * | | | | | Clean up token remover test importsGravatar MarkKoz2020-05-11-16/+12
| | * | | | | | Replace deprecated assertion methodsGravatar MarkKoz2020-05-11-2/+2
| | * | | | | | Refactor `TokenRemoverSetupTests` and add a more thorough testGravatar MarkKoz2020-05-11-4/+8
| | * | | | | | Test TokenRemover.take_actionGravatar MarkKoz2020-05-11-43/+30