~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Add custom description for help's --long option, this fixes bug #31217.
There were no real tests for help, so add a bunch of black box tests
to confirm all the various incantations work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                     'bzrlib.tests.blackbox.test_diff',
35
35
                     'bzrlib.tests.blackbox.test_export',
36
36
                     'bzrlib.tests.blackbox.test_find_merge_base',
 
37
                     'bzrlib.tests.blackbox.test_help',
37
38
                     'bzrlib.tests.blackbox.test_log',
38
39
                     'bzrlib.tests.blackbox.test_missing',
39
40
                     'bzrlib.tests.blackbox.test_outside_wt',