Files
roboco/tests
Renn F b034c64177 fix(gate): clear the xenon complexity failure + fixable test warnings
- transcript_retention.py: split select_prunable_transcripts into small helpers
  so the module averages complexity rank A (was B — failed make quality / xenon).
- pyproject: move the markers table from [tool.coverage.run] (coverage warned
  'Unrecognized option') to [tool.pytest.ini_options] where it belongs.
- HTTP_422_UNPROCESSABLE_ENTITY -> HTTP_422_UNPROCESSABLE_CONTENT (old name
  deprecated) in the tasks/product/settings routes + the validation middleware.
- conftest: drop pool_pre_ping on the per-test engine — pointless for a fresh
  per-test engine and it leaves an un-awaited asyncpg Connection._cancel
  coroutine that surfaced as a RuntimeWarning across ~30 integration tests.
2026-06-12 23:51:45 +02:00
..
2026-06-12 23:11:01 +02:00