Add D9 and Moon evidence to synastry API

This commit is contained in:
732642856
2026-07-17 17:39:55 +08:00
parent a6aa84e905
commit f7674cca66
3 changed files with 50 additions and 6 deletions
+5 -1
View File
@@ -163,9 +163,13 @@ def test_synastry_route_orchestrates_python_chart_and_ashtakoot() -> None:
'const apiBase = process.env.JYOTISH_API_BASE ?? "http://127.0.0.1:5200"',
'postPython("/api/chart", birthPayload(body.selfProfile))',
'postPython("/api/chart", birthPayload(body.partnerProfile))',
'postPython("/api/varga_full"',
'postPython("/api/synastry"',
"moonLongitude(selfChart)",
"ashtakoot_from_computed_moon",
"moonSummary(selfChart)",
"d9Summary(selfD9)",
"ashtakoot_plus_moon_nakshatra_d9",
'evidenceLayers: ["ashtakoot", "moon_nakshatra", "d9_navamsa"]',
'status: "blocked"',
):
assert token in route