MCPcopy
hub / github.com/MagicStack/asyncpg / test8

Method test8

tests/test_cancellation.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 self.assertEqual(await st1000.fetch(), [(1000,)])
47
48 async def test8():
49 cur = await st1000.cursor()
50 self.assertEqual(await cur.fetchrow(), (1000,))
51
52 for test in {test0, test1, test2, test3, test4, test5,
53 test6, test7, test8}:

Callers

nothing calls this directly

Calls 2

cursorMethod · 0.45
fetchrowMethod · 0.45

Tested by

no test coverage detected