()
| 669 | |
| 670 | #[test] |
| 671 | fn test_status_with_no_untracked() { |
| 672 | let status = Status::new().with_no_untracked(true); |
| 673 | assert!(status.no_untracked); |
| 674 | } |
| 675 | |
| 676 | #[test] |
| 677 | fn test_status_builder_chain() { |
nothing calls this directly
no test coverage detected