def test_git_remote_matching_url(self): self.assertEqual( "origin", gpr.git_remote_matching_url( "https://github.com/jd/git-pull-request.git"))