mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
- full street line (data quality improvement)
This commit is contained in:
@@ -156,3 +156,12 @@ def test_realtor_without_extra_details():
|
||||
]
|
||||
|
||||
assert results[0] != results[1]
|
||||
|
||||
|
||||
def test_pr_zip_code():
|
||||
results = scrape_property(
|
||||
location="00741",
|
||||
listing_type="for_sale",
|
||||
)
|
||||
|
||||
assert results is not None and len(results) > 0
|
||||
|
||||
Reference in New Issue
Block a user