Retarget Tajika packet assistant to Einstein 1905
This commit is contained in:
@@ -93,9 +93,9 @@ def test_first_oracle_packet_assistant_reports_tajika_front() -> None:
|
||||
assert completed.returncode == 0, completed.stderr or completed.stdout
|
||||
report = json.loads(completed.stdout)
|
||||
assert report["front"] == "tajika_sahams"
|
||||
assert report["case_id"] == "template_steve_jobs_varshaphala_1984_lahiri"
|
||||
assert report["operator_card"].endswith("tajika_steve_jobs_1984_first_packet_operator_card.md")
|
||||
assert report["packet_template"].endswith("tajika_steve_jobs_1984_first_packet.json")
|
||||
assert report["case_id"] == "template_einstein_varshaphala_1905_lahiri"
|
||||
assert report["operator_card"].endswith("tajika_einstein_1905_first_packet_operator_card.md")
|
||||
assert report["packet_template"].endswith("external_template_einstein_varshaphala_1905_lahiri.json")
|
||||
assert report["missing_groups"]["metadata"]["count"] == 5
|
||||
assert report["missing_groups"]["target"]["count"] == 10
|
||||
assert report["manual_fill_plan"]["manual_entry_count"] == 15
|
||||
|
||||
@@ -46,7 +46,7 @@ def test_generate_blank_oracle_writes_first_packet_kit(tmp_path: Path) -> None:
|
||||
assert manifest_data["fronts"]["shadbala"]["missing_field_count"] == 55
|
||||
|
||||
dasha_packet = tmp_path / "dasha" / "external_template_steve_jobs_dasha_lahiri.json"
|
||||
tajika_packet = tmp_path / "tajika_sahams" / "external_template_steve_jobs_varshaphala_1984_lahiri.json"
|
||||
tajika_packet = tmp_path / "tajika_sahams" / "external_template_einstein_varshaphala_1905_lahiri.json"
|
||||
shadbala_packet = tmp_path / "shadbala" / "external_template_redacted_place_shadbala_raman.json"
|
||||
assert dasha_packet.exists()
|
||||
assert tajika_packet.exists()
|
||||
|
||||
Reference in New Issue
Block a user