aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into help_channel_rediscacheGravatar Kieran Siek2020-06-16-167/+361
|\
| * 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
| | * | Test TokenRemover.format_log_messageGravatar MarkKoz2020-05-11-0/+16
| | * | Test token remover's message deletionGravatar MarkKoz2020-05-11-0/+9
| | * | Simplify token remover's message mockGravatar MarkKoz2020-05-11-9/+3
| | * | Avoid instantiating the cog when testing static/class methodsGravatar MarkKoz2020-05-11-10/+5
| | * | Correct the return type annotation for the autospec decoratorGravatar MarkKoz2020-05-11-2/+2
| | * | Test token regex matches valid tokensGravatar MarkKoz2020-05-11-0/+21
| | * | Test is_maybe_tokenGravatar MarkKoz2020-05-11-7/+24
| | * | Test `is_maybe_token` returns False for missing partsGravatar MarkKoz2020-05-11-0/+10
| | * | Fix autospec decorator when used with multiple attributesGravatar MarkKoz2020-05-11-16/+12
| | * | Test token regex doesn't match invalid tokensGravatar MarkKoz2020-05-11-7/+25
| | * | Test `find_token_in_message` returns the found tokenGravatar MarkKoz2020-05-11-0/+24
| | * | Test `find_token_in_message` returns None if no matches foundGravatar MarkKoz2020-05-11-0/+14
| | * | Fix test for token remover ignoring bot messagesGravatar MarkKoz2020-05-11-4/+9
| | * | Allow using arbitrary parameter names with the autospec decoratorGravatar MarkKoz2020-05-11-2/+15
| | * | Test token remover skips messages without tokensGravatar MarkKoz2020-05-11-0/+11
| | * | Test token remover takes action if a token is foundGravatar MarkKoz2020-05-11-1/+13
| | * | Add a test helper function to patch multiple attributes with autospecsGravatar MarkKoz2020-05-11-0/+9
| | * | Test on_message_edit of token remover uses on_messageGravatar MarkKoz2020-05-11-2/+10
| * | | Merge pull request #978 from ItsDrike/unsilence-schedulerGravatar Mark2020-06-12-4/+14
| |\ \ \
| | * | | Test for channel not silenced messageGravatar ItsDrike2020-06-06-4/+14
| * | | | Merge branch 'master' into bad-words-nickGravatar ks1292020-06-11-60/+317
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into bug/backend/906/converter-year-rangeGravatar Joseph Banks2020-06-10-47/+824
| | |\ \ \ \
| | * | | | | Fix exception message assertions in converter testsGravatar MarkKoz2020-04-28-7/+8
| | * | | | | Use await instead of asyncio.run in converter testsGravatar MarkKoz2020-04-28-28/+27
| | * | | | | Remove redundant parenthesis from test valuesGravatar MarkKoz2020-04-28-19/+19
| | * | | | | Test for out of range datetime in the Duration converterGravatar MarkKoz2020-04-28-0/+11
| * | | | | | Remove redis namespace collision testGravatar MarkKoz2020-05-31-10/+0
* | | | | | | Merge branch 'master' into help_channel_rediscacheGravatar Leon Sandøy2020-06-06-9/+8
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'master' into staff_count_serverGravatar kwzrd2020-06-05-5/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |