mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
4 lines
53 B
Makefile
4 lines
53 B
Makefile
|
|
.PHONY: test
|
||
|
|
test:
|
||
|
|
pytest -p no:pytest-blender test
|