Compare commits
4 Commits
test/issue-102
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 53036b1e32 | |||
| c03e0eaa96 | |||
| 986ba97a13 | |||
| 29c2e3d3b0 |
@@ -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