summaryrefslogtreecommitdiff
path: root/git/test
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-21 09:36:10 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-21 09:38:12 +0100
commitc3c6c81b3281333a5a1152f667c187c9dce12944 (patch)
tree73084c11c992b810e7a539b810c6130803d59a24 /git/test
parent47ac37be2e0e14e958ad24dc8cba1fa4b7f78700 (diff)
parent0ed61f72c611deb07e0368cebdc9f06da32150cd (diff)
downloadgitpython-c3c6c81b3281333a5a1152f667c187c9dce12944.tar.gz
Merge branch 'issue-232-reproduction' - keep fetch/pull simplifications
Make sure we keep the improvements made to fetch and pull Relates to #232
Diffstat (limited to 'git/test')
-rw-r--r--git/test/test_remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py
index 75dc19c5..110f1fa5 100644
--- a/git/test/test_remote.py
+++ b/git/test/test_remote.py
@@ -348,6 +348,7 @@ class TestRemote(TestBase):
new_head = Head.create(rw_repo, "my_new_branch")
progress = TestRemoteProgress()
res = remote.push(new_head, progress)
+ assert len(res) > 0
assert res[0].flags & PushInfo.NEW_HEAD
progress.make_assertion()
self._do_test_push_result(res, remote)