1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
"""Provide customized obhject testing facilities""" from git.test.lib import ( rorepo_dir, TestBase, assert_equal, assert_not_equal, with_rw_repo, StringProcessAdapter, ) class TestObjectBase(TestBase): """Provides a default read-only repository in the rorepo member""" pass