This commit is contained in:
Andras Schmelczer 2026-07-03 18:28:56 +01:00
parent 909e241907
commit 1ee796b282
29 changed files with 250 additions and 126 deletions

View file

@ -14,7 +14,7 @@ def _prop(pid, pin=None):
# ---------------------------------------------------------------------------
# _needs_detail_fetch accurate-pin skip
# _needs_detail_fetch: accurate-pin skip
# ---------------------------------------------------------------------------
@ -32,7 +32,7 @@ def test_needs_detail_fetch_disabled_always_fetches(monkeypatch):
# ---------------------------------------------------------------------------
# _prime_detail_postcodes worklist selection + concurrent fetch
# _prime_detail_postcodes: worklist selection + concurrent fetch
# ---------------------------------------------------------------------------
@ -97,7 +97,7 @@ def test_prime_is_a_noop_when_disabled_or_cap_zero(monkeypatch):
# ---------------------------------------------------------------------------
# _paginate end-to-end (network stubbed): accurate pins fall back to
# _paginate end-to-end (network stubbed): accurate pins fall back to
# coordinates, approximate pins use the detail postcode.
# ---------------------------------------------------------------------------