aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2020-02-12Sync tests: test the return value of _send_promptGravatar MarkKoz-7/+9
2020-02-12Sync tests: use channel fixtures with subtests in add reaction testGravatar MarkKoz-4/+15
2020-02-12Sync tests: use channel fixtures with subtestsGravatar MarkKoz-25/+17
* Merge test_send_prompt_fetches_channel_if_cache_miss into test_send_prompt_gets_channel_from_cache * Rename test_send_prompt_gets_channel_from_cache * Test test_send_prompt_sends_new_message_if_not_given with fetch_channel too
2020-02-12Sync tests: rename channel fixturesGravatar MarkKoz-2/+2
2020-02-12Sync tests: reset mocks in channel fixturesGravatar MarkKoz-0/+4
2020-02-12Sync tests: add fixtures to mock dev core channel get and fetchGravatar MarkKoz-0/+21
2020-02-12Sync tests: test _send_prompt adds reactionsGravatar MarkKoz-0/+8
2020-02-12Sync tests: test _send_prompt sends a new message if one isn't givenGravatar MarkKoz-0/+11
2020-02-12Sync tests: test _send_prompt returns None if channel fetch failsGravatar MarkKoz-0/+12
2020-02-12Sync tests: test _send_prompt fetches channel on a cache missGravatar MarkKoz-0/+11
2020-02-12Sync tests: test that _send_prompt gets channel from cacheGravatar MarkKoz-0/+11
2020-02-12Sync tests: test that _send_prompt edits message contentsGravatar MarkKoz-0/+8
2020-02-12Sync tests: create a Syncer subclass for testingGravatar MarkKoz-0/+9