mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix test_wall_opening invocation
This commit is contained in:
@@ -145,7 +145,7 @@ def create_case(fn, openings):
|
||||
|
||||
|
||||
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):
|
||||
|
||||
cases = [
|
||||
@@ -245,4 +245,4 @@ class TestWallOpenings:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
TestWallOpenings().test_all()
|
||||
pytest.main(["-x", __file__])
|
||||
|
||||
Reference in New Issue
Block a user