summaryrefslogtreecommitdiff
path: root/test/git/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_config.py')
-rw-r--r--test/git/test_config.py4
1 files changed, 0 insertions, 4 deletions
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()