mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
more tests for ifc2x3
This commit is contained in:
@@ -26,3 +26,7 @@ class TestAddSIUnit(test.bootstrap.IFC4):
|
||||
assert unit.UnitType == "LENGTHUNIT"
|
||||
assert unit.Name == "METRE"
|
||||
assert unit.Prefix == "MILLI"
|
||||
|
||||
|
||||
class TestAddSIUnitIFC2X3(test.bootstrap.IFC2X3, TestAddSIUnit):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user