aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Update snekbox tests to reflect current behaviourGravatar Chris Lovering2022-07-16-23/+37
* Use new application format for message data in test helperGravatar Chris Lovering2022-06-28-1/+1
* Merge branch 'main' into improve-pastebin-error-handlingGravatar ChrisJL2022-06-07-2/+7
|\
| * Fix testsGravatar wookie1842022-05-28-0/+3
| * Bump malformed API response from debug to error log (#2175)Gravatar wookie1842022-05-21-2/+4
* | Make small wording and style changesGravatar wookie1842022-05-29-2/+3
* | Raise ValueError if max_length greater than allowed by paste serviceGravatar wookie1842022-05-29-0/+5
* | Fix testsGravatar wookie1842022-05-02-10/+17
|/
* Speed Up Sync Cog LoadingGravatar Hassan Abouelela2022-04-23-1/+1
* remove unneeded import in testsGravatar Chris Lovering2022-04-20-1/+0
* Pass the now required intents kwarg when creating MockBotGravatar Chris Lovering2022-04-19-0/+1
* Add missing underscores to test function namesGravatar Chris Lovering2022-04-18-3/+3
* Test that sync cog syncers run when sync cog is loadedGravatar Chris Lovering2022-04-18-0/+13
* Don't try to overwrite a read-only attr in help command testGravatar Chris Lovering2022-04-18-1/+1
* Remove sync cog init testGravatar Chris Lovering2022-04-18-17/+0
* Update tests to use new async cog_load functionGravatar Chris Lovering2022-04-18-25/+17
* Update tests to use new async cog setup functionGravatar Chris Lovering2022-04-18-29/+28
* Update test helpers with breaking d.py changesGravatar Chris Lovering2022-04-18-1/+5
* Adding missing kwargs required by BotBase in test helperGravatar Chris Lovering2022-04-18-0/+3
* Remove async stats and site api wrapperGravatar Chris Lovering2022-04-18-72/+7
* Use bot-core scheduling and member util functionsGravatar Chris Lovering2022-04-18-2/+2
* Merge branch 'main' into feat/timeit-commandGravatar wookie1842022-03-31-21/+208
|\
| * Revert "Update all references of discord.py to disnake"Gravatar Chris Lovering2022-03-15-132/+132
| * Merge main into feat/mod/1664/resend-infractionGravatar MarkKoz2022-03-05-132/+132
| |\
| | * Update all references of discord.py to disnakeGravatar Chris Lovering2022-03-05-132/+132
| * | Merge main into feat/mod/1664/resend-infractionGravatar MarkKoz2022-02-22-427/+972
| |\|
| | * Remove unnecessary Infraction conversion in clean ban (#2092)Gravatar ChrisJL2022-02-16-4/+2
| | * Typo and docstrings in clean ban testsGravatar Chris Lovering2022-02-16-1/+2
| | * Send error when cleanban fails to banGravatar Chris Lovering2022-02-16-1/+1
| | * Add tests for new CleanBan and Clean functionalityGravatar Chris Lovering2022-02-16-1/+193
| * | Add util function to send an infraction using an Infraction dictGravatar MarkKoz2021-07-15-2/+2
* | | Merge branch 'main' into feat/timeit-commandGravatar ToxicKidz2022-02-15-43/+43
|\ \ \ | | |/ | |/|
| * | Refactor voice_ban function definitions to voice_muteGravatar Chris Lovering2022-01-25-39/+39
| * | Rename voice_ban type to voice_muteGravatar Chris Lovering2022-01-25-4/+4
* | | tests: Add a test for timeit command codeblock preparationGravatar ToxicKidz2022-02-05-0/+15
* | | fix: Use filter_snekbox_output rather than jobGravatar ToxicKidz2022-02-04-3/+3
* | | chore: Switch Snekbox.prepare_input with a CodeblockConverterGravatar ToxicKidz2022-01-27-53/+52
* | | Merge branch 'main' of https://github.com/python-discord/bot into feat/timeit...Gravatar ToxicKidz2022-01-26-28/+28
|\| |
| * | Time: return strings from until_expiration instead of ambiguous NoneGravatar MarkKoz2021-08-07-3/+2
| * | Fix create_user_embed testsGravatar MarkKoz2021-08-07-0/+9
| * | Time: add overload to pass 2 timestamps to humanize_deltaGravatar MarkKoz2021-08-06-5/+8
| * | Time: support more timestamp formats as argumentsGravatar MarkKoz2021-08-05-4/+0
| * | Time: rename format_infraction_with_durationGravatar MarkKoz2021-08-05-9/+9
| * | Time: remove RFC1123 supportGravatar MarkKoz2021-08-05-7/+0
* | | chore: Remove the naming of 'eval' in certain placesGravatar ToxicKidz2022-01-26-3/+3
* | | chore: Apply suggestions and adjust testsGravatar ToxicKidz2022-01-17-13/+11
* | | fix: Modify tests to correspond with Snekbox.continue_evalGravatar ToxicKidz2022-01-17-8/+11
* | | chore: Suppress output in the setup code, not the code that gets timed.Gravatar ToxicKidz2022-01-13-3/+3
* | | chore: Fix merge conflictsGravatar ToxicKidz2022-01-13-592/+1564
|\| |
| * | Fix snekbox tests with new allowed_mentionsGravatar Ben Soyka2022-01-08-4/+20