()
| 841 | |
| 842 | #[test] |
| 843 | fn test_push_with_from_view() { |
| 844 | let push = Push::new().with_from_view("dev"); |
| 845 | assert_eq!(push.from_view, Some("dev".to_string())); |
| 846 | } |
| 847 | |
| 848 | #[test] |
| 849 | fn test_push_with_dry_run() { |
nothing calls this directly
no test coverage detected