Add 87 unit tests for admin endpoints (24% → 100% coverage), fix conftest.py fixtures

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/d17e4b46-03fd-450a-af61-1870011377b4

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 00:06:02 +00:00
parent c0e2dd22cb
commit da9d822afa
4 changed files with 1214 additions and 9 deletions
+1
View File
@@ -115,6 +115,7 @@ Comprehensive task breakdown for repository improvements and production readines
- [x] Write unit tests for schemas and validation
- [x] Write unit tests for application factory and core endpoints
- [x] Reach 50%+ test coverage (currently 59%)
- [x] Write unit tests for admin endpoints (87 tests, 100% coverage on admin.py)
### In Progress 🔨
- [ ] Write unit tests for authentication (target 80%+ coverage)