feat: enrich daily starlanguage with transit probe

This commit is contained in:
732642856
2026-07-18 04:23:38 +08:00
parent 15420d81e1
commit 3ef595ebc9
2 changed files with 85 additions and 2 deletions
@@ -22,6 +22,9 @@ def test_daily_starlanguage_entrypoint_is_productized() -> None:
def test_daily_starlanguage_api_declares_honest_source_boundary() -> None:
source = DAILY_ROUTE.read_text(encoding="utf-8")
assert "status: \"ok\"" in source
assert "/api/chart" in source
assert "/api/transit" in source
assert "jyotish_api_transit_lite" in source
assert "calculation_lite" in source
assert "exploratory_unvalidated" in source
assert "not_deterministic_prediction" in source