Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2019-10-14 | Remove empty tests.cogs folder | -0/+0 | ||
2019-10-14 | Move test_security to tests.bot.cogs | -0/+0 | ||
2019-10-14 | Move test_pagination to tests.bot subdir | -0/+0 | ||
2019-10-13 | Use `MockBot` and `MockContext`. | -3/+3 | ||
2019-10-13 | Move sync tests to tests.bot.cogs.sync | -0/+0 | ||
2019-10-13 | Move test_antispam.py to tests.bot.cogs | -0/+0 | ||
2019-10-13 | Move test_attachments.py to tests/bot/rules dir | -0/+0 | ||
2019-10-13 | Add subTest + move test_resource to resources subdir | -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-12 | Move the `security` cog tests to `unittest`. | -0/+59 | ||
2019-10-12 | Move the `antispam` cog tests to `unittest`. | -0/+35 | ||
2019-10-12 | Move the `rules.attachments` module tests to `unittest`. | -0/+52 | ||