From f8f48796a9bc366261a0178f7f2bc43cab765943 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 11 Aug 2025 12:17:52 +0500 Subject: [PATCH] test_assign_representation - cover ifc4x3 --- .../test/api/geometry/test_assign_representation.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py b/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py index 06f0e28485..ae6ccac212 100644 --- a/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py +++ b/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py @@ -96,3 +96,7 @@ class TestAssignRepresentation(test.bootstrap.IFC4): class TestAssignRepresentationIFC2X3(test.bootstrap.IFC2X3, TestAssignRepresentation): pass + + +class TestAssignRepresentationIFC4X3(test.bootstrap.IFC4X3, TestAssignRepresentation): + pass