~jamesh/bzr-dbus/bug-198645

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Robert Collins
  • Date: 2007-03-25 21:56:59 UTC
  • Revision ID: robertc@robertcollins.net-20070325215659-e0jswadjeeef7rfs
Add URL mapping facility.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    module_names = [
28
28
        'bzrlib.plugins.dbus.tests.test_activity',
29
29
        'bzrlib.plugins.dbus.tests.test_hook',
 
30
        'bzrlib.plugins.dbus.tests.test_mapper',
30
31
        ]
31
32
    loader = TestLoader()
32
33
    return loader.loadTestsFromModuleNames(module_names)