This commit is contained in:
Zachary Hampton
2023-09-15 15:17:37 -07:00
parent 325a03eebf
commit ed7e76e4b0
9 changed files with 350 additions and 0 deletions

9
tests/test_redfin.py Normal file
View File

@@ -0,0 +1,9 @@
from homeharvest import scrape_property
def test_redfin():
result = scrape_property(
location="85001"
)
assert result is not None