aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance/db/test_looseodb_cmd.py
blob: 9738278c5d7ad59a784bc641255363b6520b07b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
from git.db.complex import CmdCompatibilityGitDB
from looseodb_impl import TestLooseDBWPerformanceBase

import sys

class TestCmdLooseDB(TestLooseDBWPerformanceBase):
	LooseODBCls = CmdCompatibilityGitDB
	
	def test_info(self):
		sys.stderr.write("This test does not check the write performance of the git command as it is implemented in pure python")