python-zulip-api/zulip_bots/zulip_bots
Skunk c2c79cf989 tests: Refactor mock_http_conversation with deduplicating.
Move `get_response` inside of `mock_http_conversation`, as it is not
used anywhere else. Also create `assert_called_with_fields`.
`assert_called_with_fields` calls the `assert_called_with` method of a
mock object by using an HTTP request and a list of fields to look for.
2017-12-03 10:26:42 -08:00
..
bots Simplify test_wikipedia.py. 2017-12-01 13:42:59 -08:00
bots_unmaintained docs: Update outdated links. 2017-11-20 15:09:50 +01: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 Rename bot storage endpoint from state to storage. 2017-11-28 20:41:59 +01: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
run.py Add a command line option to run.py for bot config files. 2017-11-28 10:52:13 -08: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_lib.py tests: Refactor mock_http_conversation with deduplicating. 2017-12-03 10:26:42 -08:00
test_run.py Add a command line option to run.py for bot config files. 2017-11-28 10:52:13 -08:00