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