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. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| doc.md | ||
| github_detail.conf | ||
| github_detail.py | ||
| logo.svg | ||
| test_github_detail.py | ||