python-zulip-api/zulip_botserver/tests
Robert Hönig f1bcf3b9a4 botserver: Remove redundant message check.
Previously, the botserver `handle_bot` routine did two checks
on an incoming message:
* First, it checked if the bot email matches
an email in the flaskbotrc.
* Second, it checked if the bot name that corresponds to an email
has a lib module loaded. However, this must be the case, because
all lib modules for all emails are loaded on initialization. Thus,
this commit removes the second check.
2018-05-29 09:52:14 +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 botserver: Verify bot response. 2018-05-28 11:13:56 -07:00
test.conf zulip_botserver: Add test for config parsing. 2018-05-17 09:42:52 -07:00
test_server.py botserver: Remove redundant message check. 2018-05-29 09:52:14 +02:00