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