174
171
def test_benchmark_runs_benchmark_tests(self):
175
172
"""bzr selftest --benchmark should not run the default test suite."""
176
173
# We test this by passing a regression test name to --benchmark, which
178
175
old_root = TestCaseWithMemoryTransport.TEST_ROOT
180
177
TestCaseWithMemoryTransport.TEST_ROOT = None