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
+4
View File
@@ -136,3 +136,7 @@ jobs:
cd ../ifcpatch && make test
pip install -e ../ifctester --no-deps
cd ../ifctester && make test
# Run mathutils related tests at the end to ensure no other code is relying on mathutils.
cd ../ifcopenshell-python
pip install mathutils
make test-mathutils
+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: