flavorpack
2025-11-18
Repository cleanup removing temp scripts and old test artifacts
1048 files · 257,284+ · 27,041-
Remove Temporary Utility Scripts
- Deleted
fix_future_imports.py(110 lines) — one-off script for fixing Python file headers remediate internal1 file
fix_future_imports.py
- Deleted
fix_indentation.py(101 lines) — one-off indentation fixer decouple internal1 file
fix_indentation.py
- Deleted
test-windows-ci.sh(92 lines) — local Windows CI test script qualify internal1 file
test-windows-ci.sh
- Deleted
tests/json_comparison.py(400 lines) — test utility no longer needed qualify internal1 file
json_comparison.py
Repository Housekeeping
Test Reorganization
- Moved
tests/test_module_imports.py→tests/api/qualify behavioral2 files
test_module_imports.pytest_module_imports.py
- Moved
tests/test_verification.py→tests/api/qualify behavioral2 files
test_verification.pytest_verification.py
- Moved
tests/test_extract_command.py→tests/cli/qualify behavioral2 files
test_extract_command.pytest_extract_command.py
- Moved
tests/test_inspect_command.py→tests/cli/qualify behavioral2 files
test_inspect_command.pytest_inspect_command.py
- Moved
tests/test_locking.py→tests/utils/qualify internal2 files
test_locking.pytest_locking.py
- Moved
tests/test_output.py→tests/utils/qualify internal2 files
test_output.pytest_output.py
Other
- Updated
src/flavor/helpers/__init__.pyandsrc/flavor/output.py(minor) decouple behavioral2 files
__init__.pyoutput.py
- Added
.gitignoreentries (27 lines) instantiate internal1 file
.gitignore
- Added
.archive/handoff docs for PHASE_28_29 and Windows fixes specify internal