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

Method test5

tests/test_cancellation.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 self.assertEqual(await val.fetchval(), 42)
38
39 async def test5():
40 self.assertEqual(await st1000.fetchval(), 1000)
41
42 async def test6():
43 self.assertEqual(await st1000.fetchrow(), (1000,))

Callers

nothing calls this directly

Calls 1

fetchvalMethod · 0.45

Tested by

no test coverage detected