()
| 832 | |
| 833 | #[test] |
| 834 | fn test_push_with_remote() { |
| 835 | let push = Push::new().with_remote("upstream"); |
| 836 | assert_eq!(push.remote.as_deref(), Some("upstream")); |
| 837 | } |
| 838 | |
| 839 | #[test] |
| 840 | fn test_push_with_remote_url() { |
nothing calls this directly
no test coverage detected