()
| 711 | |
| 712 | #[test] |
| 713 | fn test_output_config_hide_untracked() { |
| 714 | let config = StatusOutputConfig::new().hide_untracked(); |
| 715 | assert!(config.no_untracked); |
| 716 | } |
| 717 | |
| 718 | #[test] |
| 719 | fn test_output_config_filter_path() { |
nothing calls this directly
no test coverage detected