conductor(checkpoint): Checkpoint end of Phase 3 - RAG GUI Integration

This commit is contained in:
2026-05-04 18:49:18 -04:00
parent 8b85c7a100
commit 213747a9fc
5 changed files with 78 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
import pytest
from conductor.tests.verify_phase_3_rag import verify_phase_3
@pytest.mark.integration
def test_phase_3_final_manual_verification(live_gui):
# verify_phase_3 expects the app to be running
verify_phase_3()