Compare commits

...

1 Commits

Author SHA1 Message Date
pzhang_zywl 986ba97a13 test: 添加 QE-Agent workflow smoke test - Closes #97
CI / test (pull_request) Successful in 19s
QE-Agent 工作流验证测试,仅用于测试 CI/CD 流程。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-05 17:09:52 +08:00
+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