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:
@@ -25,3 +25,7 @@ class TestAddMonetaryUnit(test.bootstrap.IFC4):
|
||||
unit = ifcopenshell.api.run("unit.add_monetary_unit", self.file, currency="USD")
|
||||
assert unit.is_a("IfcMonetaryUnit")
|
||||
assert unit.Currency == "USD"
|
||||
|
||||
|
||||
class TestAddMonetaryUnitIFC2X3(test.bootstrap.IFC2X3, TestAddMonetaryUnit):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user