MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / teardown_test

Method teardown_test

test/engine/test_pool.py:946–949  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

944 conn.close()
945
946 def teardown_test(self):
947 # TODO: need to get remove() functionality
948 # going
949 pool.Pool.dispatch._clear()
950
951
952class PoolFirstConnectSyncTest(PoolTestBase):

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected