~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Danny van Heumen
  • Date: 2010-03-09 15:05:03 UTC
  • mto: (4634.139.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: danny@dannyvanheumen.nl-20100309150503-vk1lj6x88pd60d2m
Added first, basic test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        'bzrlib.tests.commands.test_pull',
42
42
        'bzrlib.tests.commands.test_push',
43
43
        'bzrlib.tests.commands.test_update',
 
44
        'bzrlib.tests.commands.test_revert',
44
45
        ]
45
46
    # add the tests for the sub modules
46
47
    suite.addTests(loader.loadTestsFromModuleNames(testmod_names))