44
44
class TestDefaultFormat(TestCase):
46
46
def test_get_set_default_format(self):
47
48
old_format = repository.RepositoryFormat.get_default_format()
49
50
repository.RepositoryFormat.set_default_format(SampleRepositoryFormat())
50
51
# creating a repository should now create an instrumented dir.