MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / test_cleanup

Method test_cleanup

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

Source from the content-addressed store, hash-verified

2209class SingletonThreadPoolTest(PoolTestBase):
2210 @testing.requires.threading_with_mock
2211 def test_cleanup(self):
2212 self._test_cleanup(False)
2213
2214 # TODO: the SingletonThreadPool cleanup method
2215 # has an unfixed race condition within the "cleanup" system that

Callers

nothing calls this directly

Calls 1

_test_cleanupMethod · 0.95

Tested by

no test coverage detected