mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Fix test_wall_opening invocation
This commit is contained in:
@@ -145,7 +145,7 @@ def create_case(fn, openings):
|
|||||||
|
|
||||||
|
|
||||||
class TestWallOpenings:
|
class TestWallOpenings:
|
||||||
@pytest.mark.skipif(shutil.which("IfcConvert"), reason="Requires IfcConvert in path")
|
@pytest.mark.skipif(shutil.which("IfcConvert") is None, reason="Requires IfcConvert in path")
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
||||||
cases = [
|
cases = [
|
||||||
@@ -245,4 +245,4 @@ class TestWallOpenings:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
TestWallOpenings().test_all()
|
pytest.main(["-x", __file__])
|
||||||
|
|||||||
Reference in New Issue
Block a user