~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge Robert and indirectly trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        'bzrlib.tests.commands.test_missing',
36
36
        'bzrlib.tests.commands.test_pull',
37
37
        'bzrlib.tests.commands.test_push',
 
38
        'bzrlib.tests.commands.test_update',
38
39
        ]
39
40
    loader = TestLoader()
40
41
    suite = loader.loadTestsFromModuleNames(testmod_names)