diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-10-22 16:20:24 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-10-22 16:20:24 +0200 |
commit | b197b2dbb527de9856e6e808339ab0ceaf0a512d (patch) | |
tree | 4dcb21b565410c48878be31deebbb441201d542b /test/git/test_config.py | |
parent | 3c770f8e98a0079497d3eb5bc31e7260cc70cc63 (diff) | |
download | gitpython-b197b2dbb527de9856e6e808339ab0ceaf0a512d.tar.gz |
Adjusted all remaining test suites to use the new TestBase class where appropriate
Diffstat (limited to 'test/git/test_config.py')
-rw-r--r-- | test/git/test_config.py | 4 |
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() |