HomeHarvest/tests/test_redfin.py

11 lines
181 B
Python
Raw Normal View History

2023-09-15 15:17:37 -07:00
from homeharvest import scrape_property
def test_redfin():
result = scrape_property(
2023-09-15 20:58:54 -07:00
site_name="redfin",
2023-09-15 15:42:47 -07:00
location="85281"
2023-09-15 15:17:37 -07:00
)
assert result is not None