aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorLines
2019-10-14Remove empty tests.cogs folderGravatar Sebastiaan Zeeff-0/+0
2019-10-14Move test_security to tests.bot.cogsGravatar Sebastiaan Zeeff-0/+0
2019-10-14Move test_pagination to tests.bot subdirGravatar Sebastiaan Zeeff-0/+0
2019-10-13Use `MockBot` and `MockContext`.Gravatar Johannes Christ-3/+3
2019-10-13Move sync tests to tests.bot.cogs.syncGravatar Sebastiaan Zeeff-0/+0
2019-10-13Move test_antispam.py to tests.bot.cogsGravatar Sebastiaan Zeeff-0/+0
2019-10-13Move test_attachments.py to tests/bot/rules dirGravatar Sebastiaan Zeeff-0/+0
2019-10-13Add subTest + move test_resource to resources subdirGravatar Sebastiaan Zeeff-1/+2
I've added a `self.subTest` to the `name` loop so we still test and get output for all names in the list if one of them fails the test. In addition, I've moved it to the `tests/bot/resources` subdirectory.
2019-10-12Move the `security` cog tests to `unittest`.Gravatar Johannes Christ-0/+59
2019-10-12Move the `antispam` cog tests to `unittest`.Gravatar Johannes Christ-0/+35
2019-10-12Move the `rules.attachments` module tests to `unittest`.Gravatar Johannes Christ-0/+52