docs: fix test count 327->328 in CHANGELOG, TESTING.md, ROADMAP.md

Sprint 19 added 10 new tests (not 9), bringing the total to 328 (not 327).
All 328 tests pass with 0 failures -- the "304 passing, 23 pre-existing
failures" note was stale from an earlier state of the test suite.

Files updated:
- CHANGELOG.md: v0.21 header, tests line, footer
- TESTING.md: automated tests header, footer
- ROADMAP.md: header note, Sprint History table
This commit is contained in:
Nathan Esquenazi
2026-04-03 13:34:21 +00:00
parent 51bcf8fead
commit 2dda99082f
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
---
## [v0.21] Sprint 19 -- Auth + Security Hardening
*April 3, 2026 | 327 tests*
*April 3, 2026 | 328 tests*
### Features
- **Password authentication (Issue #23).** Optional password auth, off by default.
@@ -27,8 +27,8 @@
- `password_hash` added to `_SETTINGS_DEFAULTS`.
### Tests
- 9 new tests in `test_sprint19.py`: auth status, login flow, security headers,
cache-control, settings password field. Total: **327 tests (304 passing)**.
- 10 new tests in `test_sprint19.py`: auth status, login flow, security headers,
cache-control, settings password field, request size limit. Total: **328 tests (328 passing)**.
---
@@ -676,4 +676,4 @@ Three-panel layout: sessions sidebar, chat area, workspace panel.
---
*Last updated: v0.21, April 3, 2026 | Tests: 327*
*Last updated: v0.21, April 3, 2026 | Tests: 328*