aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (follow)
Commit message (Expand)AuthorAgeLines
* Lazily create `guild` on text/voice channel mocksGravatar wookie1842024-05-25-2/+12
* Improve accuracy (and efficiency) of MockContextGravatar wookie1842024-04-02-8/+12
* Fix some test warnings (#2675)Gravatar wookie1842023-07-09-0/+10
* 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
* Improve test speed using some cached_property decorators on mocksGravatar wookie1842023-04-15-6/+30
* Migrate code style to ruffGravatar Chris Lovering2023-04-11-94/+93
* Merge branch 'main' into new-filtersGravatar mbaruh2023-02-28-3/+32
|\
| * add the `flags` key to the member_data dictionaryGravatar shtlrs2023-02-28-1/+1
| * Implement all reviewsGravatar Ibrahim2023-02-23-1/+10
| * Update tests for `/tag` as of migration to slash commandsGravatar Ibrahim2750mi2023-02-14-0/+20
| * Update botcore module nameGravatar Chris Lovering2022-11-26-2/+2
* | Fix testsGravatar mbaruh2022-10-01-3/+3
* | Merge branch 'main' into new-filtersGravatar mbaruh2022-09-24-1/+23
|\|
| * Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275)Gravatar Aleksey Zasorin2022-09-16-1/+1
| * fix: don't include replied mentions in mention filter (#2017)Gravatar arl2022-08-18-0/+22
* | Accept strings in channel scope and change role string interpretationGravatar mbaruh2022-07-16-1/+1
|/
* Use new application format for message data in test helperGravatar Chris Lovering2022-06-28-1/+1
* Speed Up Sync Cog LoadingGravatar Hassan Abouelela2022-04-23-1/+1
* Pass the now required intents kwarg when creating MockBotGravatar Chris Lovering2022-04-19-0/+1
* Update test helpers with breaking d.py changesGravatar Chris Lovering2022-04-18-0/+4
* 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-2/+2
* Revert "Update all references of discord.py to disnake"Gravatar Chris Lovering2022-03-15-62/+62
* Update all references of discord.py to disnakeGravatar Chris Lovering2022-03-05-62/+62
* Merge branch 'main' into discord-2.0Gravatar Matteo Bertucci2021-10-10-1/+6
|\
| * Merge branch 'main' into ignore-infra-mods-errorsGravatar Joe Banks2021-10-05-1/+4
| |\
| | * Use scheduling create_task util instead of creating from loop directlyGravatar Numerlor2021-09-11-1/+4
| * | Fix testsGravatar Izan2021-09-01-0/+2
| |/
* / Migrate to Discord.py 2.0a0Gravatar Matteo Bertucci2021-09-06-4/+23
|/
* Merge branch 'main' into voicechannel-muteGravatar Xithrius2021-07-08-0/+22
|\
| * chore: Update tests for the new codejam create commandGravatar ToxicKidz2021-07-05-0/+22
* | Merge branch 'main' into voicechannel-muteGravatar Hassan Abouelela2021-05-04-0/+2
|\|
| * Merge branch 'master' into error-handler-testGravatar ks1292021-02-19-1/+1
| |\
| * \ Merge branch 'master' into error-handler-testGravatar ks1292020-11-21-19/+2
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into error-handler-testGravatar ks1292020-09-27-12/+46
| |\ \ \
| * | | | Test Helpers: Added new attribute to `MockContext`Gravatar ks1292020-05-18-0/+2
* | | | | Merge branch 'master' into voicechannel-muteGravatar Hassan Abouelela2020-12-22-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix pending testsGravatar Joe Banks2020-12-19-1/+1
| | |_|/ | |/| |
* / | | General Silence Class TestsGravatar Hassan Abouelela2020-11-23-3/+22
|/ / /
* | | Merge master, fix conflicts, and create redis session in silence testsGravatar MarkKoz2020-10-09-1/+5
|\ \ \ | | |/ | |/|
| * | Use async-rediscache package for our redis cachesGravatar Sebastiaan Zeeff2020-09-19-1/+5
* | | Tests: optionally prevent autospec helper from passing mocksGravatar MarkKoz2020-08-17-19/+2
|/ /
* | Merge remote-tracking branch 'origin/master' into bug/filters/928/non-ascii-t...Gravatar MarkKoz2020-06-02-11/+23
|\ \
| * \ Merge branch 'master' into ban-kick-reason-lengthGravatar Mark2020-05-30-11/+19
| |\ \
| | * | MockBot needs to be aware of redis_readyGravatar Leon Sandøy2020-05-24-1/+1
| | * | Remove redis session mock from MockBotGravatar MarkKoz2020-05-23-16/+0
| | * | Finish .set and .get, and add tests.Gravatar Leon Sandøy2020-05-23-1/+1
| | * | Use autospecced mocks in MockBot for the stats and aiohttp sessionGravatar MarkKoz2020-05-22-0/+4
| | * | Properly mock the redis pool in MockBotGravatar MarkKoz2020-05-22-0/+16