~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2005-11-28 08:03:42 UTC
  • mto: (1185.33.61 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1518.
  • Revision ID: mbp@sourcefrog.net-20051128080342-b7db3190dca90484
[broken] start converting basic_io to more rfc822-like format

Suggestions from mailing list:
 
  no double quotes
  no cute right-alignment
  no escaping
  just indent continuation lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
646
646
                   'bzrlib.tests.test_tsort',
647
647
                   'bzrlib.tests.test_trace',
648
648
                   'bzrlib.tests.test_basicio',
 
649
                   'bzrlib.tests.test_rio',
649
650
                   ]
650
651
 
651
652
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,