mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
test_copy_work_schedule - cover ifc2x3 support
This commit is contained in:
@@ -43,5 +43,9 @@ class TestCopyWorkSchedule(test.bootstrap.IFC4):
|
||||
assert len(new_tasks.intersection(old_cost_items)) == 0
|
||||
|
||||
|
||||
class TestCopyWorkScheduleIFC2X3(test.bootstrap.IFC2X3, TestCopyWorkSchedule):
|
||||
pass
|
||||
|
||||
|
||||
class TestCopyWorkScheduleIFC4X3(test.bootstrap.IFC4X3, TestCopyWorkSchedule):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user