~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

[patch] Robey Pointer: diff -r 1.. should diff against working tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
def test_suite():
30
30
    testmod_names = [
31
31
                     'bzrlib.tests.blackbox.test_cat',
 
32
                     'bzrlib.tests.blackbox.test_diff',
32
33
                     'bzrlib.tests.blackbox.test_export',
33
34
                     'bzrlib.tests.blackbox.test_missing',
34
35
                     'bzrlib.tests.blackbox.test_pull',