326
326
# the installed hooks are saved in self._preserved_hooks.
327
327
self.assertIsInstance(self._preserved_hooks[_mod_branch.Branch], BranchHooks)
332
self.assertRaises(UnknownHook, hooks.install_hook, 'silly', None)
341
330
class TestPullResult(TestCase):