334
334
self.assertTrue("pre_commit" in hooks, "pre_commit not in %s" % hooks)
335
335
self.assertTrue("post_pull" in hooks, "post_pull not in %s" % hooks)
336
336
self.assertTrue("post_uncommit" in hooks, "post_uncommit not in %s" % hooks)
338
340
def test_installed_hooks_are_BranchHooks(self):
339
341
"""The installed hooks object should be a BranchHooks."""