~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Fix commit message template for non-ascii files, and add test for handling of
non-unicode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
665
665
                   'bzrlib.tests.test_tsort',
666
666
                   'bzrlib.tests.test_trace',
667
667
                   'bzrlib.tests.test_rio',
 
668
                   'bzrlib.tests.test_msgeditor',
668
669
                   ]
669
670
 
670
671
    TestCase.BZRPATH = os.path.join(os.path.realpath(os.path.dirname(bzrlib.__path__[0])), 'bzr')