Adding basic tests for ops and periods
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user