mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
include property reference in excel row dict 🟥
This commit is contained in:
parent
e10e29b581
commit
42387da5a3
1 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ def test_flatten_full():
|
|||
|
||||
# assert
|
||||
assert result == {
|
||||
"reference": "1AB245CD",
|
||||
"address": "1, Fake Avenue, Random, AB24 5CD",
|
||||
"property_type": "House",
|
||||
"main_dwelling_floor_1_area_m2": 43.61,
|
||||
|
|
@ -216,6 +217,7 @@ def test_flatten_no_roof():
|
|||
|
||||
# assert
|
||||
assert result == {
|
||||
"reference": "5XY12AB",
|
||||
"address": "5, Somewhere, XY1 2AB",
|
||||
"property_type": "House",
|
||||
"main_dwelling_floor_1_area_m2": 50.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue