mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
New properties fully mapped 🟥
This commit is contained in:
parent
542034280e
commit
b5b6e4d358
1 changed files with 25 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ from datatypes.epc.domain.epc_property_data import (
|
||||||
SapEnergySource,
|
SapEnergySource,
|
||||||
SapFloorDimension,
|
SapFloorDimension,
|
||||||
SapHeating,
|
SapHeating,
|
||||||
|
SapVentilation,
|
||||||
SapWindow,
|
SapWindow,
|
||||||
ShowerOutlet,
|
ShowerOutlet,
|
||||||
ShowerOutlets,
|
ShowerOutlets,
|
||||||
|
|
@ -381,6 +382,9 @@ class TestFromSiteNotesExample1:
|
||||||
emitter_temperature="Unknown",
|
emitter_temperature="Unknown",
|
||||||
fan_flue_present=True,
|
fan_flue_present=True,
|
||||||
main_heating_control="Programmer, room thermostat and TRVs",
|
main_heating_control="Programmer, room thermostat and TRVs",
|
||||||
|
condensing=True,
|
||||||
|
weather_compensator=False,
|
||||||
|
central_heating_pump_age_str="Unknown",
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
has_fixed_air_conditioning=False,
|
has_fixed_air_conditioning=False,
|
||||||
|
|
@ -485,6 +489,10 @@ class TestFromSiteNotesExample1:
|
||||||
wall_thickness_mm=280,
|
wall_thickness_mm=280,
|
||||||
roof_insulation_location="Joists",
|
roof_insulation_location="Joists",
|
||||||
roof_insulation_thickness=100,
|
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,
|
solar_water_heating=False,
|
||||||
|
|
@ -508,6 +516,23 @@ class TestFromSiteNotesExample1:
|
||||||
blocked_chimneys_count=0,
|
blocked_chimneys_count=0,
|
||||||
draughtproofed_door_count=2,
|
draughtproofed_door_count=2,
|
||||||
report_reference="49D422A9-0779-44DD-9665-464D35DFF1A8",
|
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
|
assert result == expected
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue