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 ## [v0.21] Sprint 19 -- Auth + Security Hardening
*April 3, 2026 | 327 tests* *April 3, 2026 | 328 tests*
### Features ### Features
- **Password authentication (Issue #23).** Optional password auth, off by default. - **Password authentication (Issue #23).** Optional password auth, off by default.
@@ -27,8 +27,8 @@
- `password_hash` added to `_SETTINGS_DEFAULTS`. - `password_hash` added to `_SETTINGS_DEFAULTS`.
### Tests ### Tests
- 9 new tests in `test_sprint19.py`: auth status, login flow, security headers, - 10 new tests in `test_sprint19.py`: auth status, login flow, security headers,
cache-control, settings password field. Total: **327 tests (304 passing)**. 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*

View File

@@ -4,7 +4,7 @@
> Everything you can do from the CLI terminal, you can do from this UI. > Everything you can do from the CLI terminal, you can do from this UI.
> >
> Last updated: Sprint 19 / v0.21 (April 3, 2026) > Last updated: Sprint 19 / v0.21 (April 3, 2026)
> Tests: 327 total (304 passing, 23 pre-existing failures) > Tests: 328 total (328 passing, 0 failures)
> Source: <repo>/ > Source: <repo>/
--- ---
@@ -35,7 +35,7 @@
| Sprint 16 | Session sidebar visual polish | SVG action icons, overlay hover actions, pin indicator, project border, safe HTML rendering | 289 | | Sprint 16 | Session sidebar visual polish | SVG action icons, overlay hover actions, pin indicator, project border, safe HTML rendering | 289 |
| Sprint 17 | Workspace polish + slash commands + settings | Breadcrumb navigation, slash command autocomplete, send key setting (#26) | 318 | | Sprint 17 | Workspace polish + slash commands + settings | Breadcrumb navigation, slash command autocomplete, send key setting (#26) | 318 |
| Sprint 18 | Thinking display + workspace tree | File preview auto-close, thinking/reasoning cards, expandable directory tree (#22) | 318 | | Sprint 18 | Thinking display + workspace tree | File preview auto-close, thinking/reasoning cards, expandable directory tree (#22) | 318 |
| Sprint 19 | Auth + security hardening | Password auth (off by default), login page, security headers, 20MB body limit (#23) | 327 | | Sprint 19 | Auth + security hardening | Password auth (off by default), login page, security headers, 20MB body limit (#23) | 328 |
--- ---

View File

@@ -8,7 +8,7 @@
> Prerequisites: SSH tunnel is active on port 8787. Open http://localhost:8787 in browser. > Prerequisites: SSH tunnel is active on port 8787. Open http://localhost:8787 in browser.
> Server health check: curl http://127.0.0.1:8787/health should return {"status":"ok"}. > Server health check: curl http://127.0.0.1:8787/health should return {"status":"ok"}.
> >
> Automated tests: 327 total (304 passing, 23 pre-existing failures). > Automated tests: 328 total (328 passing, 0 failures).
> Run: `pytest tests/ -v --timeout=60` > Run: `pytest tests/ -v --timeout=60`
--- ---
@@ -1670,7 +1670,7 @@ Each has automated API-level tests in `tests/test_sprint{N}.py`.
--- ---
*Last updated: Sprint 19 / v0.21, April 3, 2026* *Last updated: Sprint 19 / v0.21, April 3, 2026*
*Total automated tests: 327 (304 passing, 23 pre-existing failures in Sprint 3/5/7)* *Total automated tests: 328 (328 passing, 0 failures)*
*Regression gate: tests/test_regressions.py (23 tests)* *Regression gate: tests/test_regressions.py (23 tests)*
*Run: pytest tests/ -v --timeout=60* *Run: pytest tests/ -v --timeout=60*
*Source: <repo>/* *Source: <repo>/*