docs: update references to deleted app/utils.py file

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-09 15:14:40 +00:00
parent 546db7eff9
commit 2a7587f8bb
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -30,8 +30,9 @@ This document tracks test coverage improvements for DocuElevate. The goal is to
- Test skipping when URL not configured
- Test error handling for failed requests
- [x] `app/utils.py` (0% → Still 0%) ⚠️
- Simple re-export module, coverage is from actual usage
- [x] `app/utils/` package (exports via __init__.py) ✅
- Package exports tested in test_reexports.py
- Individual module coverage from actual usage
- [x] `app/frontend.py` (0% → 100%) ✅
- Simple re-export module, test imports work