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.  | 
			||
|---|---|---|
| .. | ||
| bots | ||
| bots_unmaintained | ||
| .gitignore | ||
| __init__.py | ||
| lib.py | ||
| provision.py | ||
| run.py | ||
| test_lib.py | ||
| test_run.py | ||
| zulip_bot_output.py | ||