python-zulip-api/zulip_botserver/tests
Robert Hönig 6a8cb2965c zulip_botserver: Handle all requests from the root / endpoint.
Previously, the Botserver determined which bot to run by dispatching on
a unique URL endpoint /bots/<botname> for each bot.
Now, instead, the Botserver determines which bot to run by the section
header of the bot in the flaskbotrc.
2018-05-28 15:09:39 +02: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: Handle all requests from the root / endpoint. 2018-05-28 15:09:39 +02:00
test.conf zulip_botserver: Add test for config parsing. 2018-05-17 09:42:52 -07:00
test_server.py zulip_botserver: Handle all requests from the root / endpoint. 2018-05-28 15:09:39 +02:00