19
19
Most functionality of MutableTree is tested as part of WorkingTree.
30
27
def test_constructor(self):
31
28
"""Check that creating a MutableTreeHooks instance has the right
34
31
self.assertTrue("start_commit" in hooks,
35
32
"start_commit not in %s" % hooks)
36
33
self.assertTrue("post_commit" in hooks,