python-zulip-api/contrib_bots
derAnfaenger 9b67e94ba8 bots: Fix unit tests not running in Vagrant.
`test-bots` would not run in Vagrant, displaying
the error "ValueError: no such test method in <class
'bots_test_lib.BotTestCase'>: runTest" This was due to
the `BotTestCase` class inheriting from the TestCase
class, even though it was not a unit test on its own.

This commit removes the inheritance of TestCase and
specifies `test_define` as the `runTest` method in
`TestDefineBot`.
2017-05-24 19:44:22 -07:00
..
bots bots: Fix unit tests not running in Vagrant. 2017-05-24 19:44:22 -07:00
__init__.py tests: Add contrib_bots/test-bots file. 2017-05-24 13:13:03 -07:00
bot_lib.py bots: Dedup rate limiting error code. 2017-05-24 11:01:47 -07:00
bots_test_lib.py bots: Fix unit tests not running in Vagrant. 2017-05-24 19:44:22 -07:00
run.py bots: Make test-bots independent from current working path. 2017-05-24 17:34:11 -07:00
test-bots tests: Add contrib_bots/test-bots file. 2017-05-24 13:13:03 -07:00