(database, simple_camera)
| 187 | |
| 188 | |
| 189 | def test_database_transaction(database, simple_camera): |
| 190 | with pycolmap.DatabaseTransaction(database): |
| 191 | database.write_camera(simple_camera) |
| 192 | assert database.num_cameras() == 1 |
nothing calls this directly
no test coverage detected