9b67e94ba8
`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`. |
||
---|---|---|
.. | ||
bots | ||
__init__.py | ||
bot_lib.py | ||
bots_test_lib.py | ||
run.py | ||
test-bots |