mostr-zulip-bot/zulip_bots/zulip_bots/bots/incrementor
derAnfaenger 8179b30873 zulip_bots: Reify StateHandler testing.
This simplifies testing stateful bots by integrating the StateHandler
into the test library. As a side-effect, the mock bot handler gets
reused during a test, making the tests more realistic. The
StateHandler now keeps its state during a call to check_expected_responses,
forcing some stateful tests to be more verbose and explicit.
2017-10-24 11:07:58 +02:00
..
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
doc.md zulip_bots: Rename bots/{bot}/readme.md -> bots/{bot}/doc.md. 2017-08-15 19:30:13 -07:00
incrementor.py zulip_bots: Rename state_handler to storage. 2017-10-23 12:24:41 +02:00
test_incrementor.py zulip_bots: Reify StateHandler testing. 2017-10-24 11:07:58 +02:00