HomeHarvest/tests/test_redfin.py

11 lines
181 B
Python

from homeharvest import scrape_property
def test_redfin():
result = scrape_property(
site_name="redfin",
location="85281"
)
assert result is not None