Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
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 `antispam` cog tests to `unittest`. | -0/+35 | ||
2019-10-12 | Move the `rules.attachments` module tests to `unittest`. | -0/+52 | ||