headroom/tests/test_install
Garm efd2ac1ca4 chore: renormalize line endings to LF
`.gitattributes` declares `*.py text eol=lf` and `*.sh text eol=lf`, but
74 files (73 .py, 1 .sh) are stored in the index with CRLF line endings,
violating that contract. Every macOS/Linux clone reports these files as
"modified" on fresh checkout because git's diff engine sees the stored
bytes don't match the attribute contract, even though the working tree
and index match byte-for-byte.

Running `git add --renormalize .` rewrites each affected blob so the
stored form matches the attribute declaration. No semantic changes —
every affected file's diff is "N insertions, N deletions" with inserts
and deletes being the same lines modulo line endings.

Follow-up commit adds `.git-blame-ignore-revs` so `git blame` / GitHub
blame skip this mechanical commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 15:33:30 +02:00
..
test_health.py test: expand persistent install coverage 2026-04-11 18:24:15 -05:00
test_native_installers.py feat(docker): forward HEADROOM_WORKSPACE_DIR and HEADROOM_CONFIG_DIR into containers 2026-04-16 19:19:25 -05:00
test_paths.py chore: renormalize line endings to LF 2026-04-24 15:33:30 +02:00
test_planner.py refactor: move install init logic into provider slices 2026-04-21 23:54:28 -05:00
test_providers.py test: remove provider diff churn 2026-04-22 22:13:13 -05:00
test_runtime.py chore: renormalize line endings to LF 2026-04-24 15:33:30 +02:00
test_state.py test: expand persistent install coverage 2026-04-11 18:24:15 -05:00
test_supervisors.py chore: renormalize line endings to LF 2026-04-24 15:33:30 +02:00