diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-06 16:55:57 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-06 16:55:57 +0200 |
commit | d1032572162f91ee9e67e74321f329238fa32b15 (patch) | |
tree | 8183c05462c0cadf9e02b6605fbffcb82e43b2d6 /git/test/performance/db | |
parent | 5426890ebd5a54fdc450f977137511bbd52f200e (diff) | |
download | gitpython-d1032572162f91ee9e67e74321f329238fa32b15.tar.gz |
Fixed packed ODB test, in preparation for separating the type to allow future implementations to use the test as well
Diffstat (limited to 'git/test/performance/db')
-rw-r--r-- | git/test/performance/db/odb_impl.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/test/performance/db/odb_impl.py b/git/test/performance/db/odb_impl.py index 50ee37e1..fd1abdee 100644 --- a/git/test/performance/db/odb_impl.py +++ b/git/test/performance/db/odb_impl.py @@ -17,6 +17,10 @@ class PerfBaseDeletorMetaClass(GlobalsItemDeletorMetaCls): class TestObjDBPerformanceBase(TestBigRepoR): __metaclass__ = PerfBaseDeletorMetaClass + #{ Configuration + RepoCls = None # to be set by subclass + #} END configuration + def test_random_access_test(self): repo = self.rorepo |