From b9ad335335f9562d5cf033783b41fe40dd6efc03 Mon Sep 17 00:00:00 2001 From: David Medina Date: Sun, 4 Mar 2012 18:27:50 +0100 Subject: Get repository's commits supported with new result --- pygithub3/tests/services/test_repos.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pygithub3/tests') diff --git a/pygithub3/tests/services/test_repos.py b/pygithub3/tests/services/test_repos.py index bc5ed52..fd15fe9 100644 --- a/pygithub3/tests/services/test_repos.py +++ b/pygithub3/tests/services/test_repos.py @@ -179,13 +179,11 @@ class TestCommitsService(TestCase): def setUp(self): self.cs = Commits(user='oct', repo='re_oct') - """ def test_LIST(self, request_method): request_method.return_value = mock_response_result() self.cs.list().all() self.assertEqual(request_method.call_args[0], ('get', _('repos/oct/re_oct/commits'))) - """ def test_GET(self, request_method): request_method.return_value = mock_response() -- cgit v1.2.3-59-g8ed1b