python-zulip-api/zulip_bots/zulip_bots
derAnfaenger 9c37f92a01 zulip_bots: Add common tests.
unittest includes by default all module-level classes that inherit
from TestCase and implement at least one method starting with 'test'.
Since it doesn't provide a convenient way for excluding TestSuites,
we need to manually filter out the unwanted testing of our test base
class itself.
2017-11-14 09:39:00 -08:00
..
bots zulip_bots: Add common tests. 2017-11-14 09:39:00 -08:00
bots_unmaintained zulip_bots: Move unmaintained bots to unmaintained dir. 2017-11-02 15:15:52 +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 zulip_bots: Fix and simplify extract_query_without_mention. 2017-11-10 16:09:20 -08:00
provision.py mypy: zulip_bots: Fix errors in zulip_bots/provision.py. 2017-10-27 00:56:15 -04:00
run.py mypy: zulip_bots: Annotate zulip_bots/run.py. 2017-10-27 00:56:16 -04:00
test_lib.py zulip_bots: Add common tests. 2017-11-14 09:39:00 -08:00
test_run.py zulip_bots: Fix and simplify extract_query_without_mention. 2017-11-10 16:09:20 -08:00
zulip_bot_output.py tools: Remove obsolete state_handler param from handle_message(). 2017-10-31 12:23:29 +01:00