()
| 957 | |
| 958 | #[test] |
| 959 | fn test_push_with_to_view() { |
| 960 | let push = Push::new().with_to_view("production"); |
| 961 | assert_eq!(push.to_view, Some("production".to_string())); |
| 962 | } |
| 963 | |
| 964 | #[test] |
| 965 | fn test_push_with_from_view() { |
nothing calls this directly
no test coverage detected