~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-23 04:19:34 UTC
  • mto: This revision was merged to the branch mainline in revision 4922.
  • Revision ID: john@arbash-meinel.com-20091223041934-zbixrn1cg015bqq4
Rename test_bencode to test__bencode, and use self.module

This makes it more similar to the rest of the extension permutation tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3758
3758
        'bzrlib.tests.per_versionedfile',
3759
3759
        'bzrlib.tests.per_workingtree',
3760
3760
        'bzrlib.tests.test__annotator',
 
3761
        'bzrlib.tests.test__bencode',
3761
3762
        'bzrlib.tests.test__chk_map',
3762
3763
        'bzrlib.tests.test__dirstate_helpers',
3763
3764
        'bzrlib.tests.test__groupcompress',
3771
3772
        'bzrlib.tests.test_api',
3772
3773
        'bzrlib.tests.test_atomicfile',
3773
3774
        'bzrlib.tests.test_bad_files',
3774
 
        'bzrlib.tests.test_bencode',
3775
3775
        'bzrlib.tests.test_bisect_multi',
3776
3776
        'bzrlib.tests.test_branch',
3777
3777
        'bzrlib.tests.test_branchbuilder',