chore(repo): make the release gate reproducible and clean product URLs
PyJHora absence is now partial, tests write research manifests to tmp, the registry allows experimental_variant, and product links point at the Gitea repo. Early logs move to docs/history. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
ROOT=Path(__file__).resolve().parents[1]
|
||||
PACKET=ROOT/'references/oracle/numeric_oracle_gap_queue_v3_2026_07_23.json'
|
||||
def test_numeric_oracle_gap_queue_v3_blocks_truth_upgrade():
|
||||
data=json.loads(subprocess.check_output(['python3','scripts/numeric_oracle_gap_queue_v3.py'],cwd=ROOT,text=True))
|
||||
data=json.loads(subprocess.check_output(['python3','scripts/numeric_oracle_gap_queue_v3.py','--no-write'],cwd=ROOT,text=True))
|
||||
assert data['claim_status']=='candidate_queue'
|
||||
assert data['truth_matrix_allowed'] is False
|
||||
assert data['summary']['numeric_packet_ready_count']==0
|
||||
|
||||
Reference in New Issue
Block a user