docs: v0.44.1 release notes, version bump, correct test counts

- static/index.html: v0.44.0 → v0.44.1
- CHANGELOG.md: add [v0.44.1] entry for unskip fix; clarify v0.44.0 test
  count was 579/595 at that tag (595/595 after unskip)
- TESTING.md: 579 passing, 16 skipped → 595 passing, 0 skipped

Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
nesquena-hermes
2026-04-10 10:56:37 -07:00
committed by GitHub
parent 2215aced19
commit 1e27940535
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
> Prerequisites: SSH tunnel is active on port 8786. Open http://localhost:8786 in browser.
> Server health check: curl http://127.0.0.1:8786/health should return {"status":"ok"}.
>
> Automated tests: 595 total (579 passing, 16 skipped, 0 known failures)
> Automated tests: 595 total (595 passing, 0 skipped, 0 known failures)
> Run: `pytest tests/ -v --timeout=60`
---