Harden high-rigor Jyotish timing workflow

This commit is contained in:
732642856
2026-07-01 19:15:35 +08:00
parent 6276309d41
commit 5a76abf8d6
87 changed files with 17685 additions and 382 deletions
+4
View File
@@ -29,6 +29,10 @@ def test_vedastro_python_bridge_schema_is_declared() -> None:
assert "status" in report["response_contract"]
assert report["high_value_methods"]["event_tag_catalog"]["maps_to"] == "GetAllEventDataGroupedByTag"
assert report["high_value_methods"]["vimshottari_snapshot"]["maps_to"] == "DasaAtTime"
assert report["high_value_methods"]["official_full_snapshot_bundle"]["maps_to"] == (
"AllPlanetData + AllHouseData + DasaAtRange + DasaAtTime + GetCharaDasaAtTime + "
"AllPlanetStrength + AshtakvargaLifeMap"
)
def test_vedastro_python_bridge_returns_controlled_missing_package_status() -> None: