New properties fully mapped 🟥

This commit is contained in:
Daniel Roth 2026-04-23 14:36:09 +00:00
parent 542034280e
commit b5b6e4d358

View file

@ -13,6 +13,7 @@ from datatypes.epc.domain.epc_property_data import (
SapEnergySource,
SapFloorDimension,
SapHeating,
SapVentilation,
SapWindow,
ShowerOutlet,
ShowerOutlets,
@ -381,6 +382,9 @@ class TestFromSiteNotesExample1:
emitter_temperature="Unknown",
fan_flue_present=True,
main_heating_control="Programmer, room thermostat and TRVs",
condensing=True,
weather_compensator=False,
central_heating_pump_age_str="Unknown",
)
],
has_fixed_air_conditioning=False,
@ -485,6 +489,10 @@ class TestFromSiteNotesExample1:
wall_thickness_mm=280,
roof_insulation_location="Joists",
roof_insulation_thickness=100,
floor_type="Ground Floor",
floor_construction_type="Suspended, not timber",
floor_insulation_type_str="As Built",
floor_u_value_known=False,
)
],
solar_water_heating=False,
@ -508,6 +516,23 @@ class TestFromSiteNotesExample1:
blocked_chimneys_count=0,
draughtproofed_door_count=2,
report_reference="49D422A9-0779-44DD-9665-464D35DFF1A8",
number_of_storeys=2,
any_unheated_rooms=True,
waste_water_heat_recovery="None",
hydro=False,
photovoltaic_array=False,
sap_ventilation=SapVentilation(
ventilation_type="Natural",
open_flues_count=0,
closed_flues_count=0,
boiler_flues_count=0,
other_flues_count=0,
extract_fans_count=2,
passive_vents_count=0,
flueless_gas_fires_count=0,
pressure_test="No test",
draught_lobby=False,
),
)
assert result == expected