aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-02-12Sync tests: use mock.patch for sync_guildGravatar MarkKoz-2/+4
This prevents persistence of changes to the cog instance; sync_guild would otherwise remain as a mock object for any subsequent tests.
2020-02-12Sync tests: instantiate a Sync cog in setUpGravatar MarkKoz-5/+19
* Move patches to setUp
2020-02-12Sync tests: test Sync cog __init__Gravatar MarkKoz-0/+21
Should instantiate syncers and run a sync for the guild.