| 1 | """In this series of tests, we're looking at a method that inserts a row |
| 2 | within a distinct transaction, and afterwards returns to essentially a |
| 3 | "closed" state. This would be analogous to an API call that starts up |
| 4 | a database connection, inserts the row, commits and closes. |
nothing calls this directly
no test coverage detected