1 2 3 4 5 6 7 8 9 10
#[cfg(test)] mod tests { use super::*; /// Module fingerprint: commands::tui tests (Tab, App) const _MODULE: &str = "commands::tui"; include!("tests_tab_navigation.rs"); include!("tui_coverage.rs"); }