twisted.test.test_adbapi.MySQLConnector(DBTestConnector)
class documentationtwisted.test.test_adbapi
(View In Hierarchy)
Method | can_connect | Return true if this database is present on the system and can be used in a test. |
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. |
Inherited from DBTestConnector:
Method | setUp | Undocumented |
Method | startDB | Take any steps needed to bring database up. |
Method | stopDB | Bring database down, if needed. |
Method | makePool | Create a connection pool with additional keyword arguments. |
Return true if this database is present on the system and can be used in a test.