Skip to content

Commit 4fc3c48

Browse files
Copilotmrjf
andauthored
test: format README migration assertions
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent a7cea34 commit 4fc3c48

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/unit/test_readme_go_cli_migration.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ def test_readme_documents_go_cli_migration_usage() -> None:
3232
def test_readme_distinguishes_parity_gate_from_full_historical_coverage() -> None:
3333
readme = (ROOT / "README.md").read_text(encoding="utf-8")
3434

35+
assert "`migration_score=1`, `progress=1`, and `706/706` parity tests passing" in readme
3536
assert (
36-
"`migration_score=1`, `progress=1`, and `706/706` parity tests passing"
37-
in readme
38-
)
39-
assert (
40-
"That gate is not the same thing as claiming all historical Python integration,"
41-
in readme
37+
"That gate is not the same thing as claiming all historical Python integration," in readme
4238
)
4339
assert "`APM_PYTHON_BIN` is required for the hard Python-vs-Go parity gate" in readme

0 commit comments

Comments
 (0)