MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / BaseSimpleTestCase

Class BaseSimpleTestCase

tests/test_test.py:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class BaseSimpleTestCase:
17
18 async def test_tests_zero_error(self):
19 await asyncio.sleep(0.01)
20 1 / 0
21
22
23class TestTests(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…