summaryrefslogtreecommitdiff
path: root/git/test/performance/db/test_looseodb_cmd.py
blob: f96e4c3e7e239bcd574ed0fa3660e601e59adad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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")