(test_db_path)
| 16 | |
| 17 | |
| 18 | def _use_test_db(test_db_path): |
| 19 | db_ops.DB_PATH = test_db_path |
| 20 | feedback_agent.db_ops.DB_PATH = test_db_path |
| 21 | |
| 22 | |
| 23 | def test_save_paper_without_identifiers_keeps_distinct_rows(test_db_path): |
no outgoing calls
no test coverage detected