~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: 2008-12-10 01:19:33 UTC
  • mfrom: (3885.1.8 fifo_cache)
  • Revision ID: pqm@pqm.ubuntu.com-20081210011933-axdrxiq306imj2ty
(jam) Add a FIFOCache class, to allow max-size with less overhead,
        though lower hit rate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2804
2804
                   'bzrlib.tests.test_errors',
2805
2805
                   'bzrlib.tests.test_extract',
2806
2806
                   'bzrlib.tests.test_fetch',
 
2807
                   'bzrlib.tests.test_fifo_cache',
2807
2808
                   'bzrlib.tests.test_ftp_transport',
2808
2809
                   'bzrlib.tests.test_foreign',
2809
2810
                   'bzrlib.tests.test_generate_docs',