summaryrefslogtreecommitdiff
path: root/git/test/lib/helper.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-02-10 21:27:26 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-02-10 21:27:26 +0100
commitf77230f618722e964a76657ebb03d822b2f73518 (patch)
tree51130c659e5089434e84404940ed1451f6c5d5cc /git/test/lib/helper.py
parent661c2e42b43b6087e0afe96302ea34a2d7d1c1ca (diff)
downloadgitpython-f77230f618722e964a76657ebb03d822b2f73518.tar.gz
Basic fixes to get tests back on track. Of course there is much more work to be done here
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r--git/test/lib/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py
index 3d7da451..bb17745c 100644
--- a/git/test/lib/helper.py
+++ b/git/test/lib/helper.py
@@ -292,7 +292,7 @@ class TestBase(TestCase):
"""
@classmethod
- def setUpAll(cls):
+ def setUp(cls):
"""This method is only called to provide the most basic functionality
Subclasses may just override it or implement it differently"""
cls.rorepo = Repo(rorepo_dir())