Why This Matters
tool utility tests should live alongside the rest of tool coverage.
Read First
app/tools/utils/log_compaction_test.py
tests/tools/
Scope
- Move the file into
tests/tools/ or tests/tools/utils/.
- Update imports if needed.
- Delete the inline copy.
Tests / Coverage
- no new assertions are required
- first prove the moved test module still passes
Acceptance Criteria
- log-compaction tests are no longer inline
- imports are clean in the new location
- the old file is deleted
Why This Matters
tool utility tests should live alongside the rest of tool coverage.
Read First
app/tools/utils/log_compaction_test.pytests/tools/Scope
tests/tools/ortests/tools/utils/.Tests / Coverage
Acceptance Criteria