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

Method tearDown

tests/test_execute.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 'CREATE TABLE exmany (a text, b int PRIMARY KEY)'))
107
108 def tearDown(self):
109 self.loop.run_until_complete(self.con.execute('DROP TABLE exmany'))
110 super().tearDown()
111
112 async def test_executemany_basic(self):
113 result = await self.con.executemany('''

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected