/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 04:35:48 UTC
  • mto: (0.64.116 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: ian.clatworthy@canonical.com-20090217043548-y9bclkafn09ol5jc
no filtering tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    module_names = [
25
25
        'bzrlib.plugins.fastimport.tests.test_commands',
26
26
        'bzrlib.plugins.fastimport.tests.test_errors',
 
27
        'bzrlib.plugins.fastimport.tests.test_filter_processor',
27
28
        'bzrlib.plugins.fastimport.tests.test_parser',
28
29
        'bzrlib.plugins.fastimport.tests.test_processor',
29
30
        ]