Separate mathutils tests

This commit is contained in:
Andrej
2025-05-30 13:12:18 +05:00
parent 3bdce4fbc3
commit e41c4bf7ae
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -60,7 +60,11 @@ IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.3-e
.PHONY: test
test:
pytest -p no:pytest-blender test
pytest -p no:pytest-blender test --ignore=test/util/test_shape_builder.py
.PHONY: test-mathutils
test-mathutils:
pytest -p no:pytest-blender test/util/test_shape_builder.py
.PHONY: build-ids-docs
build-ids-docs: