25,000+
automated tests
- What it measures
- The number of tests pytest collects across the full suite — unit, integration, security, workflow, and gate tests. We publish a round FLOOR, not a live count, so the number can only understate.
- How it's produced
- Reproduce with: pip install -e ".[dev]" && pytest --collect-only -q. The final line reports the collected total.
- The gate that keeps it honest
- scripts/check_badge_freshness.py runs inside the CI coverage job and fails the build in both directions: if the floor ever overstates the real count, or if the real count exceeds the floor by more than 5,000 (a stale floor is treated as a bug too).