aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-06-11Jams: Move channels creation to new function instead inside commandGravatar ks129-19/+26
2020-06-11Jams: Move overwrites generation to outside of commandGravatar ks129-22/+28
2020-06-11Jams: Move category checking and creation to another functionGravatar ks129-16/+22
2020-06-11Jam Tests: Use class member of patch instead decorator on most of testsGravatar ks129-21/+19
2020-06-11Jam Tests: Fix `test_result_sending` docstringGravatar ks129-1/+1
Co-authored-by: Mark <[email protected]>
2020-06-11Jam Tests: Create test for `setup` functionGravatar ks129-1/+11
2020-06-11Jam Tests: Create test for successful `ctx.send` callingGravatar ks129-0/+6
2020-06-11Jam Tests: Create test for team jam roles addingGravatar ks129-0/+14
2020-06-11Jam Tests: Create test for team voice channel creatingGravatar ks129-0/+12
2020-06-11Jam Tests: Make text channel creation test more specificGravatar ks129-1/+8
2020-06-11Jam Tests: Created test for channel overwritesGravatar ks129-0/+24
2020-06-11Jam Tests: Created test for creating text channel for teamGravatar ks129-0/+5
2020-06-11Jam Tests: Created test that make sure when category exist, don't createGravatar ks129-0/+8
2020-06-11Jam Tests: Added utils.get assert to category creating testGravatar ks129-0/+1
2020-06-11Jam Tests: Created test for category creating when not existGravatar ks129-2/+14
2020-06-11Jam Tests: Created tests for removing duplicate team membersGravatar ks129-0/+9
2020-06-11Jam Tests: Created tests for case when too small amount of members givenGravatar ks129-1/+17