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