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