Part of canonical.testing.mockdb View In Hierarchy
| Method | __init__ | Undocumented |
| Method | getNextEntry | Pull the next entry from the script. |
| Method | connect | Return a MockDbConnection. |
| Method | cursor | Return a MockDbCursor. |
| Method | execute | Handle Cursor.execute(). |
| Method | close | Handle Connection.close(). |
| Method | commit | Handle Connection.commit(). |
| Method | rollback | Handle Connection.rollback(). |
| Method | set_isolation_level | Handle Connection.set_isolation_level(). |
| Method | handleInvalidScript | Remove the script from disk and raise a RetryTest exception. |
Invokes handleInvalidScript on error, including some entry validation.