()
| 823 | |
| 824 | #[test] |
| 825 | fn test_push_with_remote() { |
| 826 | let push = Push::new().with_remote("upstream"); |
| 827 | assert_eq!(push.remote, "upstream"); |
| 828 | } |
| 829 | |
| 830 | #[test] |
| 831 | fn test_push_with_remote_url() { |
nothing calls this directly
no test coverage detected