Commit da16fd7
committed
Remove unused error_node_analysis integration test
The test never asserted anything (pure println! diagnostics) and read
a personal fixture path (~/today/categorical-predictors.qmd) that only
existed on its original author's machine, so it silently skipped for
everyone else. It also crashed on Windows shells without a HOME env
var, since the unwrap ran before the file-existence skip check.
Git history shows it was swept into a bulk "make tests pass" commit as
a one-off diagnostic script, then mechanically carried into the
permanent integration-test suite by the later test-consolidation
refactor without re-evaluation.1 parent e26a8b8 commit da16fd7
2 files changed
Lines changed: 0 additions & 268 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments