/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

MergedĀ theĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                     'bzrlib.tests.blackbox.test_pull',
34
34
                     'bzrlib.tests.blackbox.test_revno',
35
35
                     'bzrlib.tests.blackbox.test_versioning',
 
36
                     'bzrlib.tests.blackbox.test_missing'
36
37
                     ]
37
38
    return TestLoader().loadTestsFromNames(testmod_names)
38
39