From f77230f618722e964a76657ebb03d822b2f73518 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Feb 2014 21:27:26 +0100 Subject: Basic fixes to get tests back on track. Of course there is much more work to be done here --- git/test/lib/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/lib/helper.py') 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()) -- cgit v1.2.1