HomeHarvest/tests/test_redfin.py

10 lines
153 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(
location="85001"
)
assert result is not None