~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-15 23:31:34 UTC
  • mfrom: (2613.1.2 bencode)
  • Revision ID: pqm@pqm.ubuntu.com-20070715233134-zrptwn7og449cirw
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',