()
| 968 | |
| 969 | #[test] |
| 970 | fn test_push_with_to_view() { |
| 971 | let push = Push::new().with_to_view("production"); |
| 972 | assert_eq!(push.to_view, Some("production".to_string())); |
| 973 | } |
| 974 | |
| 975 | #[test] |
| 976 | fn test_push_with_from_view() { |
nothing calls this directly
no test coverage detected