docs: correct v0.50.40 test count to 1098

This commit is contained in:
Hermes Agent
2026-04-14 19:11:04 +00:00
parent c0c0195f7f
commit c4d1e8c5d0
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
**Test infrastructure:**
- `tests/conftest.py` + `tests/_pytest_port.py` (new): Auto-derive unique port and state dir per worktree from repo path hash (range 20000-29999). Running pytest in two worktrees simultaneously no longer causes port conflicts. All 43 test files updated from hardcoded `BASE = "http://127.0.0.1:8788"` to `from tests._pytest_port import BASE` (PR #456)
- Total tests: TBD (was 1078)
- Total tests: 1098 (was 1078)
## [v0.50.39] fix: orphan gateway sessions + first-password-enablement session continuity