()
| 210 | |
| 211 | #[test] |
| 212 | fn test_with_verbose() { |
| 213 | let cmd = List::new().with_verbose(true); |
| 214 | assert!(cmd.verbose); |
| 215 | } |
| 216 | |
| 217 | // ------------------------------------------------------------------------- |
| 218 | // Integration Tests (require temp repository) |
nothing calls this directly
no test coverage detected