heitorpolidoro / bartholomew-smith

Unit test class with no tests PTC-W0046
Anti-pattern
Major
1 occurrence in this check
Unittest class ManagerCheckRunTestCase contains no test methods
 13__tracebackhide__ = True
 14
 15
 16class ManagerCheckRunTestCase(TestCase): 17    client = app.test_client()
 18
 19    def teardown_method(self, method):