aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cogs (follow)
Commit message (Expand)AuthorAgeLines
* Remove empty tests.cogs folderGravatar Sebastiaan Zeeff2019-10-14-0/+0
* Make test_token_remover use our discord MocksGravatar Sebastiaan Zeeff2019-10-14-139/+0
* Use `MockBot`.Gravatar Johannes Christ2019-10-14-3/+3
* Move the `token_remover` cog tests to `unittest`.Gravatar Johannes Christ2019-10-14-0/+139
* Remove empty tests.cogs folderGravatar Sebastiaan Zeeff2019-10-14-0/+0
* Move sync tests to tests.bot.cogs.syncGravatar Sebastiaan Zeeff2019-10-13-210/+0
* Move the `sync` cog tests to `unittest`.Gravatar Johannes Christ2019-10-12-0/+210
* Migrate pytest to unittestGravatar Sebastiaan Zeeff2019-10-11-600/+0
* Make tests work with Union converterGravatar Joseph Banks2019-10-01-3/+4
* Add unit tests for role info commandGravatar Joseph Banks2019-09-21-0/+47
* Add basic tests for `bot.cogs.information`.Gravatar Johannes Christ2019-09-18-0/+163
* Merge pull request #430 from python-discord/bot-cogs-security-testsGravatar Johannes Christ2019-09-15-0/+54
|\
| * Add tests for `bot.cogs.security`.Gravatar Johannes Christ2019-09-15-0/+54
* | Add tests for `bot.cogs.token_remover`.Gravatar Johannes Christ2019-09-15-0/+133
|/
* Validate bot.cogs.antispam configuration on CI.Gravatar Johannes Christ2019-09-15-0/+30
* Updating role sync tests for position and adding tests for deletion detectionGravatar Sebastiaan Zeeff2019-08-15-21/+60
* Fix the linting issues with Bot so builds will work.Gravatar Scragly2019-03-09-1/+2
* Add test case for deduplication of `in_guild` field update.Gravatar Johannes Christ2019-01-03-0/+7
* Add role and user differ unit tests.Gravatar Johannes Christ2019-01-03-0/+125