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

Method tearDownClass

tests/test_introspection.py:37–44  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

35
36 @classmethod
37 def tearDownClass(cls):
38 cls.loop.run_until_complete(
39 cls.adminconn.execute('DROP DATABASE asyncpg_intro_test'))
40
41 cls.loop.run_until_complete(cls.adminconn.close())
42 cls.adminconn = None
43
44 super().tearDownClass()
45
46 @classmethod
47 def get_server_settings(cls):

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected