summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLingchaox Xin <lingchaox.xin@intel.com>2013-08-07 15:25:21 +0800
committerGuido Günther <agx@sigxcpu.org>2013-09-04 22:35:23 +0200
commit171579fa5f27ea91563920d672c5b89d1c16f78b (patch)
tree6c3646a55d845b227d9b1767ea55a0542426a55e /tests
parent1320de2ae2434a89979f1c753fdef67ddcfb4aea (diff)
GitRepository.fetch: Add 'all_remotes' option
Signed-off-by: Lingchaox Xin <lingchaox.xin@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_GitRepository.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py
index 2ee550e..699ecd4 100644
--- a/tests/test_GitRepository.py
+++ b/tests/test_GitRepository.py
@@ -601,6 +601,7 @@ def test_fetch():
>>> clone.fetch('foo')
>>> clone.fetch('foo', tags=True)
>>> clone.fetch('foo', refspec='refs/heads/master')
+ >>> clone.fetch(all_remotes=True)
>>> clone.remove_remote_repo('foo')
"""