64fcb62f83
* feat: queue VedAstro rectification evidence packets * fix: make report artifacts portable and normalize d11 * test: use portable runtime smoke temp directory * test: make frontend smoke temp paths portable
9 lines
340 B
Python
9 lines
340 B
Python
from scripts.minute_rectification_holdout_validator import validate
|
|
|
|
|
|
def test_empty_public_minute_protocol_blocks_verified_claims() -> None:
|
|
report = validate()
|
|
assert report["status"] == "blocked_awaiting_public_aa_cases"
|
|
assert report["verified_minute_claim_allowed"] is False
|
|
assert report["valid_public_aa_cases"] == 0
|