~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-01 09:03:21 UTC
  • mfrom: (5127.1.6 lazy-commands)
  • Revision ID: pqm@pqm.ubuntu.com-20100401090321-bzh43emrsqtfdne7
(mbp) lazy-load more commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        self.make_branch_and_tree('.')
92
92
        self.run_command_check_imports(['st'], [
93
93
            'bzrlib.bundle.commands',
 
94
            'bzrlib.cmd_version_info',
 
95
            'bzrlib.foreign',
94
96
            'bzrlib.remote',
 
97
            'bzrlib.sign_my_commits',
95
98
            'bzrlib.smart',
96
99
            'smtplib',
97
100
            'tarfile',
98
101
            ])
 
102
        # TODO: similar test for repository-only operations, checking we avoid
 
103
        # loading wt-specific stuff
 
104
        #
 
105
        # See https://bugs.edge.launchpad.net/bzr/+bug/553017