feat: create incremental funda ingestion schedule

This commit is contained in:
Stijnvandenbroek
2026-03-04 14:33:33 +00:00
parent da63eed125
commit 11faf2beab
4 changed files with 189 additions and 18 deletions

View File

@@ -320,11 +320,12 @@ class TestFundaPriceHistory:
class TestFundaSearchConfig:
def test_defaults(self):
cfg = FundaSearchConfig()
assert cfg.location == "amsterdam"
assert cfg.location == "woerden, utrecht, zeist, maarssen, nieuwegein, gouda"
assert cfg.offering_type == "buy"
assert cfg.sort == "newest"
assert cfg.max_pages == 3
assert cfg.price_min is None
assert cfg.price_min == 300000
assert cfg.price_max == 500000
def test_custom_values(self):
cfg = FundaSearchConfig(