You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(auto-calibrate): stray files are written during the run, not planted before it
Ported from the parked fix/stray-cleanup-tests-real-calibration branch
(b95680ae): the three stray-cleanup tests now have the fake subprocess
write the calibration file DURING the run (new _follower_file_path
helper) instead of planting it before start(). A file that exists before
start() is, by construction, indistinguishable from the user's previous
calibration under the same name, which the cleanup's design deliberately
preserves (P0-1 / C1) — planting made the tests assert removal of
something the design says to keep. b95680ae's conftest hardening is
already on this branch in evolved form; this test-fidelity piece was the
one part left behind.
Verified: tests/test_auto_calibrate.py 56 passed; pre-commit --all-files
clean; real calibration tree untouched (session canary passed).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments