python-zulip-api/zulip_botserver/tests
Rohitt Vashishtha 74d902d14f botserver: Allow importing custom bot modules.
We can now specify path to a bot's python file as the ini section
header in the botserver's config file. For example:

[~/Documents/helloworld.py]
email=a@b.com
key=XXXX
site=https://b.com
token=XXXX
2019-09-03 13:27:21 -07: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: Strip messages like we do in zulip-run-bot. 2018-05-29 10:05:19 +02:00
test.conf botserver: Validate token before accepting message. 2018-05-30 09:37:33 -04:00
test_server.py botserver: Allow importing custom bot modules. 2019-09-03 13:27:21 -07:00