()
| 963 | |
| 964 | #[test] |
| 965 | fn test_push_with_from_view() { |
| 966 | let push = Push::new().with_from_view("feature"); |
| 967 | assert_eq!(push.from_view, Some("feature".to_string())); |
| 968 | } |
| 969 | |
| 970 | #[test] |
| 971 | fn test_push_with_dry_run() { |
nothing calls this directly
no test coverage detected