From b197b2dbb527de9856e6e808339ab0ceaf0a512d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Oct 2009 16:20:24 +0200 Subject: Adjusted all remaining test suites to use the new TestBase class where appropriate --- test/git/test_config.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/git/test_config.py') diff --git a/test/git/test_config.py b/test/git/test_config.py index 843da723..c2909b8f 100644 --- a/test/git/test_config.py +++ b/test/git/test_config.py @@ -11,10 +11,6 @@ from copy import copy class TestBase(TestCase): - @classmethod - def setUpAll(cls): - cls.repo = Repo(GIT_REPO) - def _to_memcache(self, file_path): fp = open(file_path, "r") sio = StringIO.StringIO() -- cgit v1.2.3