~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2009-02-23 20:55:58 UTC
  • mfrom: (4034 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4053.
  • Revision ID: jelmer@samba.org-20090223205558-1cx2k4w1zgs8r5qa
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Black-box tests for bzr.
19
19
 
20
20
These check that it behaves properly when it's invoked through the regular
21
 
command-line interface. This doesn't actually run a new interpreter but 
 
21
command-line interface. This doesn't actually run a new interpreter but
22
22
rather starts again from the run_bzr function.
23
23
"""
24
24
 
66
66
                     'bzrlib.tests.blackbox.test_exceptions',
67
67
                     'bzrlib.tests.blackbox.test_export',
68
68
                     'bzrlib.tests.blackbox.test_filesystem_cicp',
 
69
                     'bzrlib.tests.blackbox.test_filtered_view_ops',
69
70
                     'bzrlib.tests.blackbox.test_find_merge_base',
70
71
                     'bzrlib.tests.blackbox.test_help',
71
72
                     'bzrlib.tests.blackbox.test_hooks',
119
120
                     'bzrlib.tests.blackbox.test_version',
120
121
                     'bzrlib.tests.blackbox.test_version_info',
121
122
                     'bzrlib.tests.blackbox.test_versioning',
 
123
                     'bzrlib.tests.blackbox.test_view',
122
124
                     'bzrlib.tests.blackbox.test_whoami',
123
125
                     ]
124
126
    # add the tests for the sub modules