mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
- base
This commit is contained in:
9
tests/test_redfin.py
Normal file
9
tests/test_redfin.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from homeharvest import scrape_property
|
||||
|
||||
|
||||
def test_redfin():
|
||||
result = scrape_property(
|
||||
location="85001"
|
||||
)
|
||||
|
||||
assert result is not None
|
||||
Reference in New Issue
Block a user