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

Method tearDownClass

asyncpg/_testbase/__init__.py:410–412  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

408
409 @classmethod
410 def tearDownClass(cls):
411 cls.proxy.stop()
412 super().tearDownClass()
413
414 @classmethod
415 def get_connection_spec(cls, kwargs):

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
tearDownClassMethod · 0.45

Tested by

no test coverage detected