~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: John Arbash Meinel
  • Date: 2011-04-08 12:28:05 UTC
  • mfrom: (5771 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5775.
  • Revision ID: john@arbash-meinel.com-20110408122805-qdo9uc2dtc9mzoic
Merge bzr 5771, make sure to have the latest create-file changes, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        # 'st' in a default format working tree shouldn't need many modules
97
97
        self.make_branch_and_tree('.')
98
98
        self.run_command_check_imports(['st'], [
 
99
            'bzrlib.atomicfile',
99
100
            'bzrlib.bugtracker',
100
101
            'bzrlib.bundle.commands',
101
102
            'bzrlib.cmd_version_info',
102
103
            'bzrlib.externalcommand',
 
104
            'bzrlib.filters',
103
105
            # foreign branch plugins import the foreign_vcs_registry from 
104
106
            # bzrlib.foreign so it can't be blacklisted
105
107
            'bzrlib.gpg',
109
111
            'bzrlib.msgeditor',
110
112
            'bzrlib.patiencediff',
111
113
            'bzrlib.remote',
 
114
            'bzrlib.repofmt.knitpack_repo',
 
115
            'bzrlib.rules',
112
116
            'bzrlib.sign_my_commits',
113
117
            'bzrlib.smart',
114
118
            'bzrlib.smart.client',
124
128
            'bzrlib.xml5',
125
129
            'bzrlib.xml6',
126
130
            'bzrlib.xml7',
 
131
            'getpass',
127
132
            'kerberos',
128
133
            'smtplib',
129
134
            'tarfile',
 
135
            'tempfile',
130
136
            ])
131
137
        # TODO: similar test for repository-only operations, checking we avoid
132
138
        # loading wt-specific stuff