mirror of
https://github.com/Strategic-Automation/violin.git
synced 2026-08-14 12:33:37 +02:00
test: normalize coverage-matrix fixture literal formatting
This commit is contained in:
@@ -284,10 +284,7 @@ def test_vuln_research_coverage_error_teaches_remediation(tmp_path: Path) -> Non
|
||||
)
|
||||
matrix = engagement / "state" / "coverage-matrix.yaml"
|
||||
matrix.write_text(
|
||||
"coverage:\n"
|
||||
" route_a:\n"
|
||||
" status: tested\n"
|
||||
" evidence_or_reason: 'no artifact cited'\n",
|
||||
"coverage:\n route_a:\n status: tested\n evidence_or_reason: 'no artifact cited'\n",
|
||||
encoding="utf-8",
|
||||
)
|
||||
with pytest.raises(ValueError) as exc:
|
||||
|
||||
Reference in New Issue
Block a user