From 986ba97a13b88537527b1113dba517c8241988c7 Mon Sep 17 00:00:00 2001 From: Peter Zhang <18501667167@qq.com> Date: Fri, 5 Jun 2026 17:09:52 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=20QE-Agent=20workflo?= =?UTF-8?q?w=20smoke=20test=20-=20Closes=20#97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QE-Agent 工作流验证测试,仅用于测试 CI/CD 流程。 Co-Authored-By: Claude Opus 4.7 --- tests/test_sample.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test_sample.py b/tests/test_sample.py index c72ab08..9aaad16 100644 --- a/tests/test_sample.py +++ b/tests/test_sample.py @@ -92,3 +92,10 @@ def test_sample_ir_json_is_valid(): assert isinstance(data, (dict, list)) else: 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