31
32
class TestImportTariffs(TestCaseWithTransport):
33
33
"""Check how many modules are loaded for some representative scenarios.
35
35
See the Testing Guide in the developer documentation for more explanation.
41
for name in ('BZR_HOME', 'BZR_PLUGIN_PATH', 'BZR_DISABLE_PLUGINS',
38
46
def run_command_check_imports(self, args, forbidden_imports):
39
47
"""Run bzr ARGS in a subprocess and check its imports.