()
| 355 | |
| 356 | #[test] |
| 357 | fn test_with_verbose() { |
| 358 | let cmd = List::new().with_verbose(true); |
| 359 | assert!(cmd.verbose); |
| 360 | } |
| 361 | |
| 362 | // ------------------------------------------------------------------------- |
| 363 | // Integration Tests (require temp repository) |
nothing calls this directly
no test coverage detected