| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-02-12 | Sync tests: rename channel fixtures | -2/+2 | ||
| 2020-02-12 | Sync tests: reset mocks in channel fixtures | -0/+4 | ||
| 2020-02-12 | Sync tests: add fixtures to mock dev core channel get and fetch | -0/+21 | ||
| 2020-02-12 | Sync tests: test _send_prompt adds reactions | -0/+8 | ||
| 2020-02-12 | Sync tests: test _send_prompt sends a new message if one isn't given | -0/+11 | ||
| 2020-02-12 | Sync tests: test _send_prompt returns None if channel fetch fails | -0/+12 | ||
| 2020-02-12 | Sync tests: test _send_prompt fetches channel on a cache miss | -0/+11 | ||
| 2020-02-12 | Sync tests: test that _send_prompt gets channel from cache | -0/+11 | ||
| 2020-02-12 | Sync tests: test that _send_prompt edits message contents | -0/+8 | ||
| 2020-02-12 | Sync tests: create a Syncer subclass for testing | -0/+9 | ||