Add opt-in diagnostic logging

This commit is contained in:
Philip Guzman
2026-06-30 17:36:58 -07:00
parent e4d5a32de2
commit 4fde93613f
7 changed files with 132 additions and 3 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ def test_cli_writes_reports_and_prints_counts(tmp_path, monkeypatch, capsys):
main()
output = capsys.readouterr().out
captured = capsys.readouterr()
output = captured.out
assert captured.err == ""
assert "Crate references: 2" in output
assert "Disk tracks: 1" in output
assert "Missing by filename: 1" in output