aboutsummaryrefslogtreecommitdiff
path: root/git/test/performance/db/test_looseodb_cmd.py
blob: 9147eff64a7c35af3e2cb8ff00775985f788f228 (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")