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

Method test_tests_zero_error

tests/test_test.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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