1162
1181
"""The bzrlib hooks should be sanitised by setUp."""
1163
1182
self.assertEqual(bzrlib.branch.BranchHooks(),
1164
1183
bzrlib.branch.Branch.hooks)
1166
1187
def test__gather_lsprof_in_benchmarks(self):
1167
1188
"""When _gather_lsprof_in_benchmarks is on, accumulate profile data.