Files
Jyotisha/tests/test_xalen_public_case_batch.py
2026-07-17 22:19:09 +08:00

6 lines
229 B
Python

from scripts.xalen_public_case_batch import PLANETS,SIGNS
def test_batch_contract_uses_seven_planets_and_twelve_signs() -> None:
assert PLANETS==['Sun','Moon','Mars','Mercury','Jupiter','Venus','Saturn']
assert len(SIGNS)==12