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