/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-16 14:50:34 UTC
  • mto: (0.64.116 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: ian.clatworthy@canonical.com-20090216145034-yw1htkfblxp1uh67
code & tests for formatting Commands as file-import stream strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
def test_suite():
24
24
    module_names = [
 
25
        'bzrlib.plugins.fastimport.tests.test_commands',
25
26
        'bzrlib.plugins.fastimport.tests.test_errors',
26
27
        'bzrlib.plugins.fastimport.tests.test_parser',
27
28
        'bzrlib.plugins.fastimport.tests.test_processor',