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