aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Fix rendering of markdown headers in docsGravatar wookie1842024-12-30-0/+1
* Remove surrounding whitespace from doc description markdownGravatar wookie1842024-12-30-0/+17
* Add eval output highlight language to support ANSI colorsGravatar Thurisatic2024-11-14-3/+3
* Support both Python 3.12 and 3.13 in evalGravatar Chris Lovering2024-10-06-4/+5
* Merge branch 'main' into faster-silence-testsGravatar wookie1842024-07-08-4/+4
|\
| * Fix testsGravatar wookie1842024-06-11-4/+4
* | Selectively patch SilenceNotifier only where neededGravatar wookie1842024-05-25-14/+19
* | Just use the notifier instead of patchingGravatar wookie1842024-05-25-14/+18
* | Don't setup the cog for Notifier and Argument Parser testsGravatar wookie1842024-05-25-8/+10
* | Make use of fakeredis instead of mockingGravatar wookie1842024-05-25-29/+24
* | Lazily create `guild` on text/voice channel mocksGravatar wookie1842024-05-25-2/+12
|/
* Merge branch 'main' into vivek/fix-eval-truncationGravatar wookie1842024-05-23-29/+56
|\
| * Merge branch 'main' into reply-to-evalGravatar wookie1842024-05-21-16/+61
| |\
| | * Update tests for new autonomination threshold logicGravatar Joe Banks2024-05-18-5/+35
| | * Move from sentry_sdk.push_scope to sentry_sdk.new_scopeGravatar Joe Banks2024-05-13-5/+5
| * | Reply to eval commands instead of using a mention where possibleGravatar wookie1842024-04-02-11/+4
| * | Improve accuracy (and efficiency) of MockContextGravatar wookie1842024-04-02-8/+12
* | | Don't upload to pastebin when no truncationGravatar vivekashok12212024-05-11-1/+1
| |/ |/|
* | Merge pull request #2997 from python-discord/improve-infractions-testsGravatar jchristgit2024-04-06-4/+16
|\ \
| * | Test that infraction reason sent to database is not truncatedGravatar wookie1842024-04-01-4/+16
| |/
* / Fix coroutine never awaited warning in sync tests (#2996)Gravatar wookie1842024-04-03-2/+5
|/
* Merge branch 'main' into fix-test-warningGravatar wookie1842024-04-01-24/+38
|\
| * Update syncer testsGravatar Chris Lovering2024-04-01-24/+38
* | Fix warning in testsGravatar wookie1842024-04-01-2/+2
|/
* Snekbox: truncate blocked file extensionsGravatar Mark2024-03-26-6/+13
* Make help showable through button on command error message. (#2439)Gravatar wookie1842024-03-25-3/+4
* update configuration tests (#2951)Gravatar Amrou Bellalouna2024-03-21-38/+28
* Replace aliased errors with TimeoutErrorGravatar Chris Lovering2024-02-02-2/+2
* delete pagination testsGravatar shtlrs2024-01-31-46/+0
* Merge branch 'main' into fix-incorrect-testGravatar wookie1842024-01-28-1/+3
|\
| * Move modlog method to util (#2877)Gravatar wookie1842024-01-08-1/+3
* | Fix test code that was doing nothingGravatar wookie1842023-12-31-3/+7
|/
* Appeased the linterGravatar Xithrius2023-11-08-1/+0
* Update all references of 3.11 in eval to 3.12 (#2777)Gravatar ChrisJL2023-10-03-14/+14
* Centralise error handling for commands invoked from error handler (#2436)Gravatar wookie1842023-09-19-22/+4
* Bump ruff from 0.0.285 to 0.0.287 (#2745)Gravatar dependabot[bot]2023-09-06-2/+1
* Update import style for ruff isort ruleGravatar Chris Lovering2023-08-11-4/+21
* Replace deprecated functions with new pydantic v2 functionsGravatar Chris Lovering2023-08-11-2/+2
* Bump ruff from 0.0.282 to 0.0.283Gravatar dependabot[bot]2023-08-10-1/+1
* Change DM users get when warned (#2696)Gravatar Steele Farnsworth2023-08-05-5/+5
* Mock _lexers_supported_by_pastebin in test to ensure no call to external serv...Gravatar Chris Lovering2023-07-11-0/+4
* Use the new pydis_core send_to_paste_service functionGravatar Chris Lovering2023-07-11-101/+2
* Fix some test warnings (#2675)Gravatar wookie1842023-07-09-5/+18
* Update MockAttachment data with new expected fieldsGravatar Chris Lovering2023-06-21-1/+12
* Write custom get_role func for MockMemberGravatar Chris Lovering2023-06-21-0/+3
* Allow use of msg reply to add context to incidentGravatar vivekashok12212023-06-21-0/+1
* Use f-string conversions over functionsGravatar Chris Lovering2023-05-24-1/+1
* Don't collect coverage info by default when running testsGravatar wookie1842023-04-16-6/+6
* Improve test speed using some cached_property decorators on mocksGravatar wookie1842023-04-15-6/+30
* Migrate code style to ruffGravatar Chris Lovering2023-04-11-440/+446