fine
This commit is contained in:
parent
6df2812a4e
commit
9e4e65fa2a
35 changed files with 1172 additions and 70 deletions
|
|
@ -125,7 +125,9 @@ def test_run_scrape_runs_all_sources_merges_and_persists_caches(tmp_path, monkey
|
|||
monkeypatch.setattr(
|
||||
scraper,
|
||||
"write_parquet",
|
||||
lambda props, path: written.update(count=len(props), path=path),
|
||||
lambda props, path, price_history=None: written.update(
|
||||
count=len(props), path=path, price_history=price_history
|
||||
),
|
||||
)
|
||||
|
||||
result = scraper.run_scrape(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue