(self)
| 2209 | class 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 |
nothing calls this directly
no test coverage detected