Add 110 tests; raise coverage from 85% to 99%

This commit is contained in:
2026-06-12 08:32:58 -05:00
parent c0115aebf9
commit 1980453cab
2 changed files with 1230 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ Battery Tracker gives you a single source of truth:
| Database | SQLite (dev) / MariaDB (prod) |
| WSGI server | Waitress |
| Process manager | systemd user service |
| Tests | pytest (145 tests) |
| Tests | pytest (255 tests, 99% coverage) |
---