Expand Seg task coverage and coverage dashboard
This commit is contained in:
@@ -8,7 +8,8 @@ def test_evaluation_agent_returns_checks():
|
||||
assert result["checks"]
|
||||
|
||||
|
||||
def test_validation_agent_lightweight():
|
||||
def test_validation_agent_lightweight(monkeypatch):
|
||||
monkeypatch.setenv("SEG_VALIDATE_LIVE", "0")
|
||||
result = validate_project(run_build=False)
|
||||
assert result["agent"] == "validation_agent"
|
||||
assert any(item["name"] == "catalog_has_yolo_heatmap" for item in result["checks"])
|
||||
|
||||
Reference in New Issue
Block a user