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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

336
337 @classmethod
338 def tearDownClass(cls):
339 super().tearDownClass()
340 for cluster in cls._clusters:
341 if cluster is not _default_cluster:
342 cluster.stop()
343 cluster.destroy()
344 cls._clusters = []
345
346 @classmethod
347 def get_connection_spec(cls, kwargs={}):

Callers

nothing calls this directly

Calls 3

tearDownClassMethod · 0.45
stopMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected