aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance/db/test_odb_dulwich.py
blob: 069c5b4364d2c23adee56f167ddb5832e8c2cc4d (plain)
1
2
3
4
5
6
from git.db.dulwich.complex import DulwichCompatibilityGitDB
from odb_impl import TestObjDBPerformanceBase

class TestPureDB(TestObjDBPerformanceBase):
	RepoCls = DulwichCompatibilityGitDB