Skip to content

Commit da16fd7

Browse files
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

File tree

crates/pampa/tests/integration/error_node_analysis.rs

Lines changed: 0 additions & 267 deletions
This file was deleted.

crates/pampa/tests/integration/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
1313
pub mod attribution_html_coalescing_test;
1414
pub mod attribution_json_wire_test;
15-
pub mod error_node_analysis;
1615
pub mod incremental_writer_investigation;
1716
pub mod incremental_writer_tests;
1817
pub mod inline_span_investigation;

0 commit comments

Comments
 (0)