1 2 3 4 5 6
//! GUI unit tests (non-interactive). pub mod approval_clone_eq; pub mod parse_choice_variants; pub mod shell_warning_detects_bash; pub mod shell_warning_detects_python; pub mod shell_warning_none_for_safe_binary;