Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/devbot/test_git.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-30 09:43:34 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-30 09:43:34 (GMT)
commit37e8f0d9caa2cc3f212ec3d926d53acd47c3fee1 (patch)
treee8c9072cde04ca01fb2dab8eb0ca2864aa3b3710 /tests/devbot/test_git.py
parent7aab4dbe7607a89db57e10ccd0958956be4ae8ba (diff)
Cleanup retrying
Diffstat (limited to 'tests/devbot/test_git.py')
-rw-r--r--tests/devbot/test_git.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/devbot/test_git.py b/tests/devbot/test_git.py
index f5aca8e..21d81e8 100644
--- a/tests/devbot/test_git.py
+++ b/tests/devbot/test_git.py
@@ -51,7 +51,8 @@ class TestGit(unittest.TestCase):
path = tempfile.mkdtemp()
name = "test"
- return git.Module(path, name, remote, branch, tag)
+ return git.Module(path=path, name=name, remote=remote, branch=branch,
+ tag=tag)
def _setup_module(self):
remote = self._create_repo()