Merge pull request 'fix: 测试test-agent workflow - Closes #97' (#101) from test/issue-97-qe-workflow into main
CI / test (push) Successful in 19s
CI / test (push) Successful in 19s
This commit was merged in pull request #101.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user