()
| 847 | |
| 848 | #[test] |
| 849 | fn test_push_with_remote() { |
| 850 | let push = Push::new().with_remote("upstream"); |
| 851 | assert_eq!(push.remote.as_deref(), Some("upstream")); |
| 852 | } |
| 853 | |
| 854 | #[test] |
| 855 | fn test_push_with_remote_url() { |
nothing calls this directly
no test coverage detected