- None address bug fix

This commit is contained in:
Zachary Hampton
2023-10-18 16:32:43 -07:00
parent 11a7d854f0
commit c597a78191
2 changed files with 30 additions and 13 deletions

View File

@@ -50,6 +50,16 @@ def test_realtor_pending_comps():
assert len(set([len(result) for result in results])) == len(results)
def test_realtor_sold_past():
result = scrape_property(
location="San Diego, CA",
past_days=30,
listing_type="sold",
)
assert result is not None and len(result) > 0
def test_realtor_comps():
result = scrape_property(
location="2530 Al Lipscomb Way",