()
| 781 | |
| 782 | #[test] |
| 783 | fn test_stash_with_include_untracked() { |
| 784 | let cmd = Stash::new().with_include_untracked(true); |
| 785 | assert!(cmd.include_untracked); |
| 786 | } |
| 787 | |
| 788 | #[test] |
| 789 | fn test_stash_with_keep() { |
nothing calls this directly
no test coverage detected