(self)
| 423 | self._do_test(pool.QueuePool, ["R", "CL", "R"]) |
| 424 | |
| 425 | def test_assertion_pool(self): |
| 426 | self._do_test(pool.AssertionPool, ["R", "CL", "R"]) |
| 427 | |
| 428 | def test_singleton_pool(self): |
| 429 | self._do_test(pool.SingletonThreadPool, ["R", "CL", "R"]) |