1 2 3 4 5 6 7 8 9
|
Description: Disable shell completion tests for zsh
which I'm unfamiliar with and at a glance doesn't hurt usability.
Forwarded: not-needed
Last-Update: 2024-12-06
--- a/crates/trippy-tui/src/print.rs
+++ b/crates/trippy-tui/src/print.rs
@@ -79 +79 @@
- #[test_case(&shell_completions(Shell::Zsh).unwrap(), "generate zsh shell completions"; "generate zsh shell completions")]
+ //#[test_case(&shell_completions(Shell::Zsh).unwrap(), "generate zsh shell completions"; "generate zsh shell completions")]
|