Private
Public Access
0
0

test(rag): mark RAG tests with clean_baseline for batch isolation

This commit is contained in:
2026-06-09 16:56:55 -04:00
parent 3ed52be4bf
commit 1cd3444e4c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "s
from src import api_hook_client
@pytest.mark.integration
@pytest.mark.clean_baseline
def test_phase4_final_verify(live_gui, live_gui_workspace):
client = api_hook_client.ApiHookClient()
assert client.wait_for_server(timeout=15), "Hook server did not start"
+1
View File
@@ -12,6 +12,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "s
from src import api_hook_client
@pytest.mark.integration
@pytest.mark.clean_baseline
def test_rag_large_codebase_verification_sim(live_gui, live_gui_workspace):
client = api_hook_client.ApiHookClient()
assert client.wait_for_server(timeout=15), "Hook server did not start"