From a07cdbae1d485fd715a5b6eca767f211770fea4d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Oct 2009 18:06:19 +0200 Subject: Added remote module and test cases - about to implement remote option handling --- test/git/test_repo.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/git/test_repo.py') diff --git a/test/git/test_repo.py b/test/git/test_repo.py index b30f6889..0d8a473d 100644 --- a/test/git/test_repo.py +++ b/test/git/test_repo.py @@ -34,11 +34,6 @@ class TestRepo(TestCase): for head in self.repo.heads: assert_equal(Head, head.__class__) - def test_renites_should_return_array_of_remote_objects(self): - for remote in self.repo.remotes: - assert_equal(Remote, remote.__class__) - - def test_heads_should_populate_head_data(self): for head in self.repo.heads: assert head.name -- cgit v1.2.1