HomeHarvest/tests/test_realtor.py

11 lines
187 B
Python
Raw Normal View History

2023-09-15 20:58:54 -07:00
from homeharvest import scrape_property
def test_realtor():
result = scrape_property(
location="85281",
site_name="realtor.com"
)
assert result is not None