Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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()