aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-08-14Prefix names of non-extension modules with _Gravatar MarkKoz-87/+100
This naming scheme will make them easy to distinguish from extensions.
2020-08-14Restructure tests and fix broken testsGravatar MarkKoz-37/+37
The cog tests structure should mirror the structure of the cogs folder. Fix some import/patch paths which broke due to the restructure.
2020-08-13Move extensions into sub-directoriesGravatar MarkKoz-23/+23
2020-08-13Fix typo on the traceback tagGravatar AtieP-1/+1
See issue #1101