summaryrefslogtreecommitdiff
path: root/test/git/test_remote.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-19 22:08:23 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-19 22:08:23 +0200
commit11b1f6edc164e2084e3ff034d3b65306c461a0be (patch)
treedd55246ddf747699fab7d105f6824e51a666e1b0 /test/git/test_remote.py
parent985093bae160419782b3d3cb9151e2e58625fd52 (diff)
downloadgitpython-11b1f6edc164e2084e3ff034d3b65306c461a0be.tar.gz
repo.remote method added
CHANGES updated to carry information about remotes and config
Diffstat (limited to 'test/git/test_remote.py')
-rw-r--r--test/git/test_remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/git/test_remote.py b/test/git/test_remote.py
index 2446710f..8c0177fd 100644
--- a/test/git/test_remote.py
+++ b/test/git/test_remote.py
@@ -67,6 +67,7 @@ class TestRemote(TestCase):
assert num_remotes
assert num_remotes == len(remote_set)
+ origin = self.repo.remote('origin')
def test_creation_and_removal(self):
new_name = "test_new_one"