Fix failing tests from refactor which I really should've done before the release

This commit is contained in:
Dion Moult
2023-01-09 11:00:46 +11:00
parent 1888048d4d
commit 360b9956c0
6 changed files with 35 additions and 35 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ import glob
import pytest
import tabulate
import ifcopenshell.validate
import ifcopenshell.express.rule_executor
@@ -40,4 +41,4 @@ def test_file(filename):
if __name__ == "__main__":
pytest.main(["-sx", __file__])
pytest.main(["-sx", __file__])