# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
#
# This module is part of GitDB and is released under
# the New BSD License: https://opensource.org/license/bsd-3-clause/
"""Contains library functions"""
from gitdb.test.lib import TestBase



#{ Base Classes

class TestBigRepoR(TestBase):
    """A placeholder in case we want to add additional functionality to all performance test-cases
    """


#} END base classes
