25
25
class TestHooks(TestCase):
27
27
def test_constructor(self):
30
30
hooks = MutableTreeHooks()
32
32
"start_commit not in %s" % hooks)
34
34
def test_installed_hooks_are_MutableTreeHooks(self):
35
35
"""The installed hooks object should be a MutableTreeHooks."""
36
36
# the installed hooks are saved in self._preserved_hooks.