Continue fixing tool tests.

Just chipping away at it give me time.
This commit is contained in:
Dion Moult
2025-02-04 17:04:29 +11:00
parent f0f2dda40e
commit bd2c3a0ca1
3 changed files with 56 additions and 44 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class TestImportAttributes(test.bim.bootstrap.NewFile):
assert props.context_attributes.get("ContextIdentifier").string_value == "ContextIdentifier"
assert props.context_attributes.get("ContextType").string_value == "ContextType"
assert props.context_attributes.get("CoordinateSpaceDimension").int_value == 1
assert props.context_attributes.get("Precision").float_value == 1
assert props.context_attributes.get("Precision").string_value == "1.0"
def test_importing_a_subcontext(self):
ifc = ifcopenshell.file()