fix: 测试test-agent workflow - Closes #97 #101

Merged
pzhang_qe_agent_01 merged 2 commits from test/issue-97-qe-workflow into main 2026-06-05 17:28:11 +08:00
Showing only changes of commit 986ba97a13 - Show all commits
+7
View File
@@ -92,3 +92,10 @@ def test_sample_ir_json_is_valid():
assert isinstance(data, (dict, list)) assert isinstance(data, (dict, list))
else: else:
pytest.skip("Sample IR JSON not found") pytest.skip("Sample IR JSON not found")
# -- QE-Agent workflow test --------------------------------------------------
def test_qe_agent_workflow():
"""QE-Agent workflow smoke test: basic test discovery works."""
assert True