/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Benoît Pierre
  • Date: 2009-02-24 00:25:32 UTC
  • mfrom: (4035 +trunk)
  • mto: (4056.1.1 trunk2)
  • mto: This revision was merged to the branch mainline in revision 4058.
  • Revision ID: benoit.pierre@gmail.com-20090224002532-i2f64ou15pa7if2y
Merge with upstream.

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
 
65
65
                     'bzrlib.tests.blackbox.test_dump_btree',
66
66
                     'bzrlib.tests.blackbox.test_exceptions',
67
67
                     'bzrlib.tests.blackbox.test_export',
 
68
                     'bzrlib.tests.blackbox.test_filesystem_cicp',
 
69
                     'bzrlib.tests.blackbox.test_filtered_view_ops',
68
70
                     'bzrlib.tests.blackbox.test_find_merge_base',
69
71
                     'bzrlib.tests.blackbox.test_help',
70
72
                     'bzrlib.tests.blackbox.test_hooks',
103
105
                     'bzrlib.tests.blackbox.test_send',
104
106
                     'bzrlib.tests.blackbox.test_serve',
105
107
                     'bzrlib.tests.blackbox.test_shared_repository',
 
108
                     'bzrlib.tests.blackbox.test_shelve',
106
109
                     'bzrlib.tests.blackbox.test_sign_my_commits',
107
110
                     'bzrlib.tests.blackbox.test_split',
108
111
                     'bzrlib.tests.blackbox.test_status',
117
120
                     'bzrlib.tests.blackbox.test_version',
118
121
                     'bzrlib.tests.blackbox.test_version_info',
119
122
                     'bzrlib.tests.blackbox.test_versioning',
 
123
                     'bzrlib.tests.blackbox.test_view',
120
124
                     'bzrlib.tests.blackbox.test_whoami',
121
125
                     ]
122
126
    # add the tests for the sub modules