python-zulip-api/zulip_bots/zulip_bots/bots/github_detail
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
..
fixtures 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
doc.md zulip_bots: Rename bots/{bot}/readme.md -> bots/{bot}/doc.md. 2017-08-15 19:30:13 -07:00
github_detail.conf zulip_bots: Add config file for github_detail bot. 2017-11-06 14:20:39 -08:00
github_detail.py zulip_bots: Make state_handler property of bot_handler. 2017-10-23 12:17:46 +02:00
logo.svg zulip_bots: Add logo for the GitHub Detail bot. 2017-08-15 19:30:13 -07:00
test_github_detail.py zulip_bots: Add common tests. 2017-11-14 09:39:00 -08:00