class documentation

class ReconnectTestBase:

View In Hierarchy

Test the asynchronous DB-API code with reconnect.

Method extraSetUp Skip the test if good_sql is unavailable. Otherwise, set up the database, create a connection pool pointed at it, and set up a simple schema in it.
Method tearDown Undocumented
Method test_pool Undocumented
Class Variable skip Undocumented
Instance Variable dbpool Undocumented
Method _testPool_1 Undocumented
Method _testPool_2 Undocumented
Method _testPool_3 Undocumented
Method _testPool_4 Undocumented
Method _testPool_5 Undocumented
def extraSetUp(self):

Skip the test if good_sql is unavailable. Otherwise, set up the database, create a connection pool pointed at it, and set up a simple schema in it.

def tearDown(self):

Undocumented

def test_pool(self):

Undocumented

skip: str =

Undocumented

dbpool =

Undocumented

def _testPool_1(self, res):

Undocumented

def _testPool_2(self, res):

Undocumented

def _testPool_3(self, res):

Undocumented

def _testPool_4(self, res):

Undocumented

def _testPool_5(self, res):

Undocumented