1446
1446
def test_hooks_sanitised(self):
1447
1447
"""The bzrlib hooks should be sanitised by setUp."""
1448
1451
self.assertEqual(bzrlib.branch.BranchHooks(),
1449
1452
bzrlib.branch.Branch.hooks)
1450
1453
self.assertEqual(bzrlib.smart.server.SmartServerHooks(),
1451
1454
bzrlib.smart.server.SmartTCPServer.hooks)
1453
1458
def test__gather_lsprof_in_benchmarks(self):
1454
1459
"""When _gather_lsprof_in_benchmarks is on, accumulate profile data.