Optimise update owner history to speed up complex operations

This commit is contained in:
Dion Moult
2021-09-20 10:17:16 +10:00
parent 2dac81ee8d
commit 90e481ce2c
7 changed files with 154 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ qa:
.PHONY: coverage
coverage:
coverage run --source ifcopenshell -m pytest
coverage run --source ifcopenshell -m pytest -p no:pytest-blender test
coverage html
xdg-open htmlcov/index.html