~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2007-07-13 06:20:10 UTC
  • mto: This revision was merged to the branch mainline in revision 2618.
  • Revision ID: mbp@sourcefrog.net-20070713062010-c4u4b751qzb7v8ue
Move bencode tests into util.tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2243
2243
    suite on a global basis, but it is not encouraged.
2244
2244
    """
2245
2245
    testmod_names = [
 
2246
                   'bzrlib.util.tests.test_bencode',
2246
2247
                   'bzrlib.tests.test_ancestry',
2247
2248
                   'bzrlib.tests.test_annotate',
2248
2249
                   'bzrlib.tests.test_api',
2249
2250
                   'bzrlib.tests.test_atomicfile',
2250
2251
                   'bzrlib.tests.test_bad_files',
2251
 
                   'bzrlib.tests.test_bencode',
2252
2252
                   'bzrlib.tests.test_branch',
2253
2253
                   'bzrlib.tests.test_branchbuilder',
2254
2254
                   'bzrlib.tests.test_bugtracker',