bashrs 6.66.0

Rust-to-Shell transpiler for deterministic bootstrap scripts
1
2
3
4
5
6
7
8
9
10
11
12
//! Tests for corpus decision, analysis coverage, and ranking dimension stats modules.
//! These tests target lightweight pure functions that do not invoke runner.run().
#![allow(clippy::unwrap_used)]
#![allow(clippy::expect_used)]

// ---------------------------------------------------------------------------
// corpus_decision_commands::score_impact_color
// ---------------------------------------------------------------------------

#[cfg(test)]
#[path = "command_tests_corpus3_tests_score_08.rs"]
mod tests_extracted;