Run black on IOS-Python

This commit is contained in:
Dion Moult
2024-07-26 12:00:28 +10:00
parent d51fa2c5f7
commit a6286293d8
83 changed files with 603 additions and 637 deletions
+4 -12
View File
@@ -32,24 +32,16 @@ class TestOpen:
assert ifcopenshell.open(TEST_FILE_DIR / "wall-with-opening-and-window.ifcxml")
def test_open_ifc_zip_ifcxml_format(self):
assert ifcopenshell.open(
TEST_FILE_DIR / "wall-with-opening-and-window_ifcxml_format.ifczip"
)
assert ifcopenshell.open(TEST_FILE_DIR / "wall-with-opening-and-window_ifcxml_format.ifczip")
def test_open_ifc_zip_ifcspf_format(self):
assert ifcopenshell.open(
TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.ifczip"
)
assert ifcopenshell.open(TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.ifczip")
def test_open_zip(self):
assert ifcopenshell.open(
TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.zip"
)
assert ifcopenshell.open(TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.zip")
def test_open_anyextension_ifcspf_format(self):
assert ifcopenshell.open(
TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.anyextension"
)
assert ifcopenshell.open(TEST_FILE_DIR / "WallInstance_IFC4Add2_ifcspf_format.anyextension")
def test_open_anyextension_ifczip_ifcspf_format(self):
assert ifcopenshell.open(