~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-09 00:50:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: john@arbash-meinel.com-20060809005042-818f9535c3fd5e7e
Add a test suite for Atomic File, and clean it up so that it really does set the mode properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
    testmod_names = [
1256
1256
                   'bzrlib.tests.test_ancestry',
1257
1257
                   'bzrlib.tests.test_api',
 
1258
                   'bzrlib.tests.test_atomicfile',
1258
1259
                   'bzrlib.tests.test_bad_files',
1259
1260
                   'bzrlib.tests.test_branch',
1260
1261
                   'bzrlib.tests.test_bundle',