Files
Developer c8db6ce933 fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and
  overscroll-behavior: none so the custom touch handler owns swipes
- Archive completed/partial OpenSpec specs to
  openspec/changes/archive/2026-06-14-completed-specs-archive/
- Regenerate project maps

Quality gates: npm run typecheck, npm run lint (apps/web)
2026-06-14 18:07:01 +00:00

808 B

2025-05-18-test-infrastructure-improvements/specs/test-organization

dir: 2025-05-18-test-infrastructure-improvements/specs/test-organization

index: 2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md

role

Defines testing standards and categorization requirements for the backend test suite using pytest markers.

files

  • spec.md | Defines requirements for organizing backend tests into unit, integration, and system categories with pytest markers | dep: pytest, pyproject.toml, apps/api/tests/

arch

Specification-driven documentation pattern establishing a three-tier test hierarchy (unit/integration/system) with marker-based test organization.

tags

tests, pytest, spec, defines, requirements, organizing, backend, unit

symbols

workflows

dirty