diff --git a/tests.py b/tests.py index ac02cd7..e64342c 100644 --- a/tests.py +++ b/tests.py @@ -899,6 +899,7 @@ def test_execute_can_fail_after_disconnect_with_no_reconnect(self): self.assertEqual(len(db.conns.waiting_queue), 0) + class MomokoPoolPartiallyConnectedTest(PoolBaseTest): raise_connect_errors = True pool_size = 3