mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
more tests for ifc2x3
This commit is contained in:
@@ -75,3 +75,7 @@ class TestAddContext(test.bootstrap.IFC4):
|
||||
self.test_adding_a_2d_context()
|
||||
project = self.file.by_type("IfcProject")[0]
|
||||
assert len(project.RepresentationContexts) == 2
|
||||
|
||||
|
||||
class TestAddContextIFC2X3(test.bootstrap.IFC2X3, TestAddContext):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user