scraping and data

This commit is contained in:
Andras Schmelczer 2026-05-31 15:36:33 +01:00
parent d98819b569
commit 8688b7475e
43 changed files with 4920 additions and 531 deletions

View file

@ -24,6 +24,7 @@ def _row(**overrides: str) -> dict[str, str]:
row = {
"address": "1 Example Street",
"postcode": " aa1 1aa ",
"uprn": "100012345678",
"current_energy_rating": "c",
"potential_energy_rating": "b",
"property_type": "House",
@ -52,6 +53,7 @@ def test_scan_epc_certificates_supports_legacy_uppercase_csv(tmp_path: Path):
{
"epc_address": "1 Example Street",
"epc_postcode": "AA1 1AA",
"uprn": "100012345678",
"current_energy_rating": "C",
"potential_energy_rating": "B",
"epc_property_type": "House",