HomeHarvest/tests/test_redfin.py

10 lines
153 B
Python
Raw Permalink 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 15:42:47 -07:00
location="85281"
2023-09-15 15:17:37 -07:00
)
assert result is not None