fix(rectification): restore classic eight methods and observe KP Placidus cusps

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-20 15:58:28 +08:00
co-authored by Cursor
parent a1914686e8
commit 84e6191fc2
42 changed files with 1488 additions and 185 deletions
+3
View File
@@ -78,6 +78,8 @@ class RectificationV5ServicesTest(unittest.TestCase):
"family": ("family_event",),
"appearance": ("appearance_note",),
"marks": ("birthmark_or_scar",),
"occupation": ("occupation_note",),
"horary": ("horary_query",),
"other": ("other",),
}
@@ -117,6 +119,7 @@ class RectificationV5ServicesTest(unittest.TestCase):
body = request()
body["events"] = [
event(2, "other", "other", precision="year"),
event(3, "horary", "horary_query", precision="day"),
]
normalized = normalize_rectification_request(body, today=date(2026, 7, 28))