mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
corrected test
This commit is contained in:
parent
9e6ff3e48d
commit
7ad2b3d46b
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ class TestRoofAttributes:
|
||||||
'is_roof_room': False, 'is_loft': False, 'is_flat': False, 'is_thatched': False, 'is_at_rafters': False,
|
'is_roof_room': False, 'is_loft': False, 'is_flat': False, 'is_thatched': False, 'is_at_rafters': False,
|
||||||
'is_assumed': False, 'has_dwelling_above': False, 'is_valid': False, 'insulation_thickness': None
|
'is_assumed': False, 'has_dwelling_above': False, 'is_valid': False, 'insulation_thickness': None
|
||||||
}
|
}
|
||||||
assert set(list(RoofAttributes('').process().values())) == {False}
|
|
||||||
|
|
||||||
def test_clean_roof(self):
|
def test_clean_roof(self):
|
||||||
result = RoofAttributes('Pitched, 270 mm loft insulation').process()
|
result = RoofAttributes('Pitched, 270 mm loft insulation').process()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue