| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-02-12 | Sync tests: use mock.patch for sync_guild | -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-12 | Sync tests: instantiate a Sync cog in setUp | -5/+19 | ||
| * Move patches to setUp | ||||
| 2020-02-12 | Sync tests: test Sync cog __init__ | -0/+21 | ||
| Should instantiate syncers and run a sync for the guild. | ||||
