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