8 lines
222 B
Python
8 lines
222 B
Python
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()
|