()
| 850 | |
| 851 | #[test] |
| 852 | fn test_push_with_from_view() { |
| 853 | let push = Push::new().with_from_view("dev"); |
| 854 | assert_eq!(push.from_view, Some("dev".to_string())); |
| 855 | } |
| 856 | |
| 857 | #[test] |
| 858 | fn test_push_with_dry_run() { |
nothing calls this directly
no test coverage detected