~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-19 22:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5674.
  • Revision ID: jelmer@samba.org-20110219222532-lwse6ri7bw146djn
Add some more forbidden imports to the import tariff test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        # 'st' in a working tree shouldn't need many modules
97
97
        self.make_branch_and_tree('.')
98
98
        self.run_command_check_imports(['st'], [
 
99
            'bzrlib.bugtracker',
99
100
            'bzrlib.bundle.commands',
100
101
            'bzrlib.cmd_version_info',
101
102
            'bzrlib.foreign',
 
103
            'bzrlib.gpg',
 
104
            'bzrlib.info',
102
105
            'bzrlib.merge3',
 
106
            'bzrlib.merge_directive',
 
107
            'bzrlib.msgeditor',
103
108
            'bzrlib.patiencediff',
104
109
            'bzrlib.remote',
105
110
            'bzrlib.sign_my_commits',
106
111
            'bzrlib.smart',
107
112
            'bzrlib.transform',
 
113
            'bzrlib.version_info_formats.format_rio',
108
114
            'kerberos',
109
115
            'smtplib',
110
116
            'tarfile',