Files
Timmy-time-dashboard/tests
Alexander Whitestone 96293060fc
Some checks failed
Tests / lint (pull_request) Failing after 5s
Tests / test (pull_request) Has been skipped
test: add connection leak and pragma tests for db_pool.py
Add two new test classes to verify:
- ConnectionPool does not leak connections (fresh conn after close,
  context manager cleanup, thread isolation, repeated open/close cycles)
- SQLite pragmas (WAL, busy_timeout, cache_size) are correctly applied
  and scoped per-connection as used throughout the codebase

Fixes #944

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 18:56:28 -04:00
..
2026-03-11 16:55:27 -04:00
2026-03-11 16:55:27 -04:00