()
| 829 | |
| 830 | #[test] |
| 831 | fn test_push_with_remote_url() { |
| 832 | let push = Push::new().with_remote("https://example.com/repo"); |
| 833 | assert_eq!(push.remote, "https://example.com/repo"); |
| 834 | } |
| 835 | |
| 836 | #[test] |
| 837 | fn test_push_with_to_view() { |
nothing calls this directly
no test coverage detected