pixi: add test

This commit is contained in:
Lorenz Lechner
2024-12-08 12:55:09 +01:00
parent 63a399cc88
commit 44bd718202
3 changed files with 2058 additions and 57 deletions

File diff suppressed because one or more lines are too long

2092
pixi.lock

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@ freecad_gears = { path = ".", editable = true }
[tasks]
lint = "pylint $(git ls-files '*.py')"
test = "python tests/tests.py"
[dependencies]
numpy = ">=2.1.3,<3"