Test IFC file module. See #1711.

This commit is contained in:
Dion Moult
2021-08-31 17:28:31 +10:00
parent 5990d6b66d
commit 8792c6db63
3 changed files with 214 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: test
test:
pytest -o "testpaths=test"
cd test && pytest
.PHONY: coverage
coverage: