Undocumented
Method can_connect Return true if this database is present on the system and can be used in a test.
Method startDB Take any steps needed to bring database up.
Method getPoolArgs Return a tuple (args, kw) of list and keyword arguments that need to be passed to ConnectionPool to create a connection to this database.
Method stopDB Bring database down, if needed.

Inherited from DBTestConnector:

Method setUp Undocumented
Method makePool Create a connection pool with additional keyword arguments.
def can_connect(self):

Return true if this database is present on the system and can be used in a test.

def startDB(self):

Take any steps needed to bring database up.

def getPoolArgs(self):

Return a tuple (args, kw) of list and keyword arguments that need to be passed to ConnectionPool to create a connection to this database.

def stopDB(self):

Bring database down, if needed.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.