aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' into tag-groupsGravatar Johannes Christ2021-12-08-108/+274
|\
| * Dynamic views for command help embeds (#1939)Gravatar Boris Muratov2021-12-01-32/+0
| * Merge branch 'main' into feature/enhance-incidentsGravatar Shivansh-0072021-11-18-43/+88
| |\
| | * Merge pull request from GHSA-j8c3-8x46-8pp6Gravatar Hassan Abouelela2021-11-05-0/+40
| | * Migrate to `og_blurple` (#1901)Gravatar TizzySaurus2021-11-01-7/+7
| | * Move to timezone aware datetimes (#1895)Gravatar Boris Muratov2021-10-22-36/+41
| * | Merge branch 'main' into feature/enhance-incidentsGravatar Shivansh-0072021-10-21-10/+10
| |\|
| | * Merge branch 'main' into new-appeals-processGravatar ChrisJL2021-10-17-74/+133
| | |\
| | * | Update infraction DM tests to reflect new outputGravatar Chris Lovering2021-09-24-10/+10
| * | | Merge remote-tracking branch 'upstream/main' into feature/enhance-incidentsGravatar Shivansh-0072021-10-17-58/+101
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/main' into discord-2.0Gravatar Matteo Bertucci2021-10-17-26/+6
| | |\ \
| | * \ \ Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-15-9/+9
| | |\ \ \
| | * \ \ \ Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-10-16/+32
| | |\ \ \ \
| | * | | | | Test incidents: correct avatar referenceGravatar Matteo Bertucci2021-10-05-1/+1
| | * | | | | avatar.url -> display_avatar.urlGravatar Matteo Bertucci2021-10-05-3/+3
| | * | | | | Silence tests: use thread permsGravatar Matteo Bertucci2021-09-15-10/+54
| | * | | | | Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-09-06-13/+32
| | | |_|_|/ | | |/| | |
| * | | | | Refactor `shorten_text` utility functionGravatar Shivansh-0072021-10-11-5/+14
| * | | | | Goodbye enhanced incidents editsGravatar Shivansh-0072021-10-11-23/+0
| * | | | | Mock id,content attribute rather than type castingGravatar Shivansh-0072021-10-11-3/+4
| * | | | | Update tests for message link embedsGravatar Shivansh2021-10-11-14/+28
| * | | | | (incidents): Use subtests for test_shorten_textGravatar Shivansh2021-10-11-4/+4
| * | | | | (incidents): Add test for text shortnerGravatar Shivansh2021-10-11-8/+16
| * | | | | Write tests for this featureGravatar Shivansh2021-10-11-0/+64
| * | | | | Ignore N802 in 'asyncSetUp' and 'asyncTearDown' function in test_incidents.pyGravatar Shivansh-0072021-10-11-2/+2
| * | | | | Modify tests to support redis cache, done with the help @SebastiaanZGravatar Shivansh-0072021-10-11-16/+16
| * | | | | Fix tests according to the changes done to incidents.pyGravatar Shivansh-0072021-10-11-2/+19
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/main' into tag-groupsGravatar Numerlor2021-11-09-50/+47
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge remote-tracking branch 'origin/main' into experiments/isortGravatar Matteo Bertucci2021-10-15-7/+10
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix newlines after imports and address reviewGravatar Izan2021-10-14-1/+0
| | * | | Migrate to `bot.log.get_logger` functionGravatar Izan2021-10-14-8/+9
| | |/ /
| * / / ISort: give the codebase a sortGravatar Matteo Bertucci2021-10-14-29/+6
| |/ /
| * | Merge branch 'main' into ignore-infra-mods-errorsGravatar Joe Banks2021-10-05-10/+23
| |\ \
| | * | Mock fetch_member in tests that user get_or_fetch nowGravatar Chris Lovering2021-09-29-6/+15
| | * | Use scheduling create_task util instead of creating from loop directlyGravatar Numerlor2021-09-11-4/+8
| | |/
| * / Fix testsGravatar Izan2021-09-01-6/+9
| |/
* | Remove try_get_tag ctx args testGravatar Numerlor2021-09-22-12/+0
* | Merge remote-tracking branch 'upstream/main' into tag-groupsGravatar Numerlor2021-09-06-360/+1141
|\|
| * Merge branch 'main' into converter-typehintsGravatar ChrisJL2021-08-24-6/+24
| |\
| | * Fix testsGravatar Izan2021-08-24-2/+2
| | * Merge branch 'main' into antispam-ignore-bot-mentionsGravatar Boris Muratov2021-08-23-5/+219
| | |\
| | * | Added some more test cases to ensure bot mentions aren't countedGravatar wookie1842021-08-23-1/+17
| | * | Fix current tests by using MockMember in mention listsGravatar wookie1842021-08-23-3/+5
| * | | Remove TagContentConverterGravatar Numerlor2021-08-23-38/+0
| | |/ | |/|
| * | Merge branch 'main' into mbaruh/anti-spamGravatar Matteo Bertucci2021-08-23-5/+5
| |\ \
| | * | Merge branch 'main' into feat/mod/1665/override-auto-muteGravatar Boris Muratov2021-08-23-88/+68
| | |\|
| | * | Remove redundant parameter from pardon_voice_banGravatar MarkKoz2021-07-15-3/+3
| | * | Fix get_active_infraction testGravatar MarkKoz2021-07-15-2/+2
| * | | Additional comments and tests for slicingGravatar mbaruh2021-08-21-2/+2
| * | | Fix MessageCache slicing bugs, improve testsGravatar mbaruh2021-08-21-19/+25