A cross-repository testing audit on 2026-08-26 found:
- 70 Python test/conftest files
- 7 GitHub Actions workflow files
- detected acceleration tooling: testpaths
- path signals: 0 performance/benchmark, 0 database, 0 HTTP/API/client
Recommended bounded work:
Acceptance criteria:
- Record before/after wall time and collected/executed test counts.
- Keep a full clean-environment suite in CI; selective profiles are local feedback only.
- Document incompatibilities and exclusions rather than weakening test, coverage, mutation, rights, or publication gates.
Created from the owner-wide test-acceleration audit; implementation should be repository-specific.
A cross-repository testing audit on 2026-08-26 found:
Recommended bounded work:
slowmarker and a fast local profile that excludes it; keep full CI authoritative.pytest-xdistwith a bounded worker count and isolate resource-sensitive/file-mutating tests into a serial phase.python -X importtimeand profile representative application and test workloads with Scalene before changing import structure.sysmoncore; do not force it where branch coverage, plugins, concurrency, or dynamic contexts are incompatible.Acceptance criteria:
Created from the owner-wide test-acceleration audit; implementation should be repository-specific.