()
| 974 | |
| 975 | #[test] |
| 976 | fn test_push_with_from_view() { |
| 977 | let push = Push::new().with_from_view("feature"); |
| 978 | assert_eq!(push.from_view, Some("feature".to_string())); |
| 979 | } |
| 980 | |
| 981 | #[test] |
| 982 | fn test_push_with_dry_run() { |
nothing calls this directly
no test coverage detected