diff options
author | Cory Johns <johnsca@gmail.com> | 2014-03-03 23:09:39 +0000 |
---|---|---|
committer | Cory Johns <johnsca@gmail.com> | 2014-03-03 23:09:44 +0000 |
commit | 8005591231c8ae329f0ff320385b190d2ea81df0 (patch) | |
tree | 617e7d72a7559ad02bab0495a6d0035b0e44c9c9 /git/test/lib/helper.py | |
parent | 56d7a9b64b6d768dd118a02c1ed2afb38265c8b9 (diff) | |
download | gitpython-8005591231c8ae329f0ff320385b190d2ea81df0.tar.gz |
[#7021] Added serialization and test from upstream and fixed test issues
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 3a60d116..5790a858 100644 --- a/git/test/lib/helper.py +++ b/git/test/lib/helper.py @@ -227,7 +227,7 @@ class TestBase(TestCase): """ @classmethod - def setUpAll(cls): + def setUpClass(cls): """ Dynamically add a read-only repository to our actual type. This way each test type has its own repository |