(self, dbapi_connection)
| 393 | dbapi_connection.rollback() |
| 394 | |
| 395 | def do_commit(self, dbapi_connection): |
| 396 | canary.append("C") |
| 397 | dbapi_connection.commit() |
| 398 | |
| 399 | def do_close(self, dbapi_connection): |
| 400 | canary.append("CL") |
no test coverage detected