Adding basic tests for ops and periods
CI / lint (push) Successful in 25s
CI / test (push) Successful in 2m2s

This commit is contained in:
Julian Piribauer
2026-08-15 16:19:25 +02:00
parent d365f00b29
commit 8ee7224350
2 changed files with 51 additions and 0 deletions
+3
View File
@@ -15,3 +15,6 @@ ignore = [
# test_smoke.py star-imports sage.all and loads a .sage file, so ruff can't see where its names come from.
"tests/test_topdata_and_disc.py" = ["F403", "F405"]
# Same star-import + load() pattern as above.
"tests/test_period_computation.py" = ["F403", "F405"]