MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / setUp

Method setUp

asyncpg/_testbase/__init__.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362 return pg_connection.connect(**conn_spec, loop=cls.loop)
363
364 def setUp(self):
365 super().setUp()
366 self._pools = []
367
368 def tearDown(self):
369 super().tearDown()

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected