Model/asset_list/tests/test_standardisation.py
2025-02-19 14:12:57 +00:00

12 lines
257 B
Python

from asset_list.AssetList import AssetList
from backend.SearchEpc import
def test_address1_extraction():
example = 'Block (Rooms 1-4), 23 Clifton Hill, Newtown, Exeter, EX1 2DL'
# AssetList._extract_address1(
# example,
# )
pass