ifcdiff - add simple tests

This commit is contained in:
Andrej730
2024-08-07 17:31:44 +05:00
parent e2c4bcb217
commit 98c4a1d110
3 changed files with 99 additions and 0 deletions
+4
View File
@@ -20,6 +20,10 @@ PACKAGE_NAME:=ifcdiff.py
IS_MODULE:=true
include ../common.mk
.PHONY: test
test:
pytest -p no:pytest-blender test.py
.PHONY: qa
qa:
black .