/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 tests/__init__.py

  • Committer: Ian Clatworthy
  • Date: 2009-02-17 21:27:40 UTC
  • mto: (0.64.114 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: ian.clatworthy@canonical.com-20090217212740-qeqgp189adajb51q
clean-up tests for GenericProcessor

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
def test_suite():
24
24
    module_names = [
25
25
        'bzrlib.plugins.fastimport.tests.test_errors',
 
26
        'bzrlib.plugins.fastimport.tests.test_generic_processor',
26
27
        'bzrlib.plugins.fastimport.tests.test_parser',
27
 
        'bzrlib.plugins.fastimport.tests.test_processor',
28
28
        ]
29
29
    loader = TestLoader()
30
30
    return loader.loadTestsFromModuleNames(module_names)