gendesign/backend/app/services/cadastre
lekss361 32eeda5db1 fixup(cadastre): tile_size unified param + register slow marker (#168 PR3)
Blocker #1: rename tile_width/tile_height → tile_size in generate_grid_click_points.
Callers in bulk_harvest.py and test_cadastre_bulk.py used tile_size; def had
tile_width+tile_height → TypeError at runtime.

Blocker #2 (10 failures in test_admin_cadastre.py) was side-effect of #1:
TypeError at import chain (app.main → admin_cadastre → bulk_harvest)
broke FastAPI app load → dependency_overrides AttributeError. Now resolved.

Also register `slow` pytest marker in pyproject.toml to suppress
PytestUnknownMarkWarning.
2026-05-15 13:17:48 +03:00
..
__init__.py feat(cadastre): bulk_harvest_quarter Celery task + grid-walker + saga state (#168 PR3/5) 2026-05-15 13:03:35 +03:00
bulk_harvest.py feat(cadastre): bulk_harvest_quarter Celery task + grid-walker + saga state (#168 PR3/5) 2026-05-15 13:03:35 +03:00
grid_geometry.py fixup(cadastre): tile_size unified param + register slow marker (#168 PR3) 2026-05-15 13:17:48 +03:00