From b9bb580ebd9c5cd560a217ec9a204523a18a6754 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 20 Apr 2026 12:58:19 +0000 Subject: [PATCH] =?UTF-8?q?Get=20building=20part=20roof=20insulation=20inf?= =?UTF-8?q?ormation=20from=20Roof=20Space=20section=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/documents_parser/tests/test_end_to_end.py | 4 ++++ datatypes/epc/domain/tests/test_from_site_notes.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/backend/documents_parser/tests/test_end_to_end.py b/backend/documents_parser/tests/test_end_to_end.py index f35dfd94..b59e667b 100644 --- a/backend/documents_parser/tests/test_end_to_end.py +++ b/backend/documents_parser/tests/test_end_to_end.py @@ -194,6 +194,8 @@ class TestPdfToEpcPropertyData: ), ], wall_thickness_mm=310, + roof_insulation_location="Joists", + roof_insulation_thickness=100, ), SapBuildingPart( identifier="extension_1", @@ -212,6 +214,8 @@ class TestPdfToEpcPropertyData: ), ], wall_thickness_mm=310, + roof_insulation_location="Sloping ceiling insulation", + roof_insulation_thickness="As built", ), ], solar_water_heating=False, diff --git a/datatypes/epc/domain/tests/test_from_site_notes.py b/datatypes/epc/domain/tests/test_from_site_notes.py index 6ae4c851..78af5152 100644 --- a/datatypes/epc/domain/tests/test_from_site_notes.py +++ b/datatypes/epc/domain/tests/test_from_site_notes.py @@ -475,6 +475,8 @@ class TestFromSiteNotesExample1: ), ], wall_thickness_mm=280, + roof_insulation_location="Joists", + roof_insulation_thickness=100, ) ], solar_water_heating=False,