Skip to content

Commit e9a3f03

Browse files
test(jss): update release manifest test
1 parent 435853d commit e9a3f03

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/test_jss_release_manifest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ def test_validation_claim_lint_covers_release_notes() -> None:
509509
assert "CHANGELOG.md" in payload["required_snippet_files"]
510510
assert "docs/agent_cards_spec.md" in payload["required_snippet_files"]
511511
assert "docs/guides/agent_native_workflow.md" in payload["required_snippet_files"]
512-
assert payload["claim_counts"]["certified"] == 52
512+
assert payload["claim_counts"]["certified"] == 53
513513
assert payload["claim_counts"]["validated"] == 28
514-
assert payload["claim_counts"]["api_stable"] == 948
514+
assert payload["claim_counts"]["api_stable"] == 947
515515
assert payload["claim_counts"]["experimental"] == 3
516516

517517

@@ -525,8 +525,8 @@ def test_validation_evidence_audit_separates_grade_from_supplemental_notes() ->
525525
summary = payload["summary"]
526526

527527
assert payload["status"] == "PASS"
528-
assert summary["certified_validated_symbols"] == 80
529-
assert summary["certified_symbols"] == 52
528+
assert summary["certified_validated_symbols"] == 81
529+
assert summary["certified_symbols"] == 53
530530
assert summary["validated_symbols"] == 28
531531
assert summary["certified_without_certified_grade_evidence"] == 0
532532
assert summary["validated_without_validated_grade_evidence"] == 0
@@ -763,18 +763,18 @@ def test_r_parity_readme_does_not_hide_native_t4_rows() -> None:
763763
readme = (REPO_ROOT / "tests" / "r_parity" / "README.md").read_text()
764764
for row in (
765765
"Historical verification worklog (not the current source-snapshot audit)",
766-
"modules 01--49 and 51--56",
766+
"modules 01--52",
767767
'| 07 | Classical SCM | `sp.synth(method="classic", backend="native")`',
768768
'| 09 | RD density (CJM) | `sp.rddensity(backend="native")`',
769769
'| 12 | Synthetic DID | `sp.sdid(backend="native")`',
770770
'| 18 | Augmented SCM | `sp.augsynth(backend="native")`',
771771
'| 19 | Generalized SCM | `sp.gsynth(backend="native")`',
772+
"| 50 | Arellano--Bond GMM | `sp.xtabond` | `plm::pgmm` |",
772773
'| 52 | Identified classical SCM DGP | `sp.synth(method="classic", backend="native")`',
773774
):
774775
assert row in readme
775776
for stale_bridge_claim in (
776777
"Latest full verification record",
777-
"| 50 | Arellano-Bond GMM | `sp.xtabond`",
778778
'| 07 | Classical SCM | `sp.synth(method="classic", backend="synth")`',
779779
'| 09 | RD density (CJM) | `sp.rddensity(backend="r")`',
780780
'| 12 | Synthetic DID | `sp.sdid(backend="synthdid")`',

0 commit comments

Comments
 (0)