mostr-zulip-bot/zulip_bots/zulip_bots
Steve Howell b4ff5230a9 mypy: Fix StateHandler annotations.
`get` and `put` deal with arbitrary JSON-serializable types,
so `Text` was an innacurate annotation.
2017-12-11 10:35:03 -06:00
..
bots Decouple mock_request_exception from StubBotTestCase. 2017-12-11 09:26:36 -06:00
bots_unmaintained bots: Refactor Youtube bot. 2017-12-09 03:56:33 -08:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
lib.py mypy: Fix StateHandler annotations. 2017-12-11 10:35:03 -06:00
lib_tests.py bot lib tests: Add test_send_reply. 2017-11-29 15:56:30 -08:00
provision.py mypy: zulip_bots: Fix errors in zulip_bots/provision.py. 2017-10-27 00:56:15 -04:00
request_test_lib.py bots: Extract request_test_lib.py. 2017-12-11 09:05:06 -06:00
run.py zulip_bots: Make typing import work in Python 3.5. 2017-12-06 12:49:46 +01:00
simple_lib.py bots: Clean up terminal.py for running bots directly. 2017-11-29 10:05:06 -08:00
terminal.py bots: Clean up terminal.py for running bots directly. 2017-11-29 10:05:06 -08:00
test_file_utils.py Extract test_file_utils.py. 2017-12-11 09:23:24 -06:00
test_lib.py Extract StubBotTestCase.make_request_message(). 2017-12-11 09:39:48 -06:00
test_run.py Add a command line option to run.py for bot config files. 2017-11-28 10:52:13 -08:00