| 14 | |
| 15 | |
| 16 | class BaseSimpleTestCase: |
| 17 | |
| 18 | async def test_tests_zero_error(self): |
| 19 | await asyncio.sleep(0.01) |
| 20 | 1 / 0 |
| 21 | |
| 22 | |
| 23 | class TestTests(unittest.TestCase): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…