[enh] days_on_mls attr

This commit is contained in:
Cullen Watson
2023-10-09 11:00:36 -05:00
parent 3c3adb5f29
commit b59d55f6b5
6 changed files with 54 additions and 21 deletions

View File

@@ -7,14 +7,10 @@ from homeharvest.exceptions import (
def test_realtor_pending_or_contingent():
pending_or_contingent_result = scrape_property(
location="Surprise, AZ",
listing_type="pending"
location="Surprise, AZ", listing_type="pending"
)
regular_result = scrape_property(
location="Surprise, AZ",
listing_type="for_sale"
)
regular_result = scrape_property(location="Surprise, AZ", listing_type="for_sale")
assert all(
[