diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-08 17:34:19 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-08 17:34:19 +0200 |
| commit | a5a0fa2d3befd21534de91e4e2013fbe885995c6 (patch) | |
| tree | 3287cf74ceba287fd9403b6d4da89ad089789b74 /git/test/performance/db/test_odb_dulwich.py | |
| parent | 16a13276f26e2b4b0cad35c66a527bb8d128d587 (diff) | |
| download | GitPython-a5a0fa2d3befd21534de91e4e2013fbe885995c6.tar.gz GitPython-a5a0fa2d3befd21534de91e4e2013fbe885995c6.zip | |
Fixed up tests to actually use pygit2. Its worth noting that the performance tests only work reliably in a patched up version, or the next point release.
Diffstat (limited to 'git/test/performance/db/test_odb_dulwich.py')
| -rw-r--r-- | git/test/performance/db/test_odb_dulwich.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/performance/db/test_odb_dulwich.py b/git/test/performance/db/test_odb_dulwich.py index aa886e08..6802483c 100644 --- a/git/test/performance/db/test_odb_dulwich.py +++ b/git/test/performance/db/test_odb_dulwich.py @@ -7,7 +7,7 @@ except ImportError: from git.test.db.dulwich.lib import DulwichRequiredMetaMixin from odb_impl import TestObjDBPerformanceBase -class TestPureDB(TestObjDBPerformanceBase): +class TestDulwichDB(TestObjDBPerformanceBase): __metaclass__ = DulwichRequiredMetaMixin RepoCls = DulwichCompatibilityGitDB |
