MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _use_test_db

Function _use_test_db

experiments/tests/test_feedback_regressions.py:18–20  ·  view source on GitHub ↗
(test_db_path)

Source from the content-addressed store, hash-verified

16
17
18def _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
23def test_save_paper_without_identifiers_keeps_distinct_rows(test_db_path):

Calls

no outgoing calls

Tested by

no test coverage detected