diff options
Diffstat (limited to 'git/test/lib/helper.py')
-rw-r--r-- | git/test/lib/helper.py | 2 |
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()) |