python-zulip-api/zulip_botserver/tests
derAnfaenger 2736223073 bots: Make StateHandler store state on Zulip server.
This makes the StateHandler functional. To reduce the
number of server roundtrips when fetching/updating the
state, the entire state is fetched ocne at bot
initialization and cached. All changes are stored in the
cache and only saved externally after handle_message()
has been executed.

Fixes #141.
2017-11-18 08:58:47 -08:00
..
__init__.py mypy: zulip_botserver: Fix errors in tests/__init__.py. 2017-10-27 00:56:16 -04:00
server_test_lib.py zulip_botserver: Make tests more realistic. 2017-11-10 18:36:20 -08:00
test_server.py bots: Make StateHandler store state on Zulip server. 2017-11-18 08:58:47 -08:00