mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Fix failing tests from refactor which I really should've done before the release
This commit is contained in:
@@ -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__])
|
||||
|
||||
Reference in New Issue
Block a user