()
| 662 | |
| 663 | #[test] |
| 664 | fn test_get_tracking_options_with_force() { |
| 665 | let add = Add::new().with_force(true); |
| 666 | let options = add.get_tracking_options(); |
| 667 | assert!(options.force); |
| 668 | } |
| 669 | |
| 670 | #[test] |
| 671 | fn test_get_tracking_options_no_recursive_flag() { |
nothing calls this directly
no test coverage detected