~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2007-11-14 21:07:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2996.
  • Revision ID: robertc@robertcollins.net-20071114210754-fbts4wyrsxk34t5b
* New module ``lru_cache`` providing a cache for use by tasks that need
  semi-random access to large amounts of data. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2429
2429
                   'bzrlib.tests.test_lockable_files',
2430
2430
                   'bzrlib.tests.test_log',
2431
2431
                   'bzrlib.tests.test_lsprof',
 
2432
                   'bzrlib.tests.test_lru_cache',
2432
2433
                   'bzrlib.tests.test_mail_client',
2433
2434
                   'bzrlib.tests.test_memorytree',
2434
2435
                   'bzrlib.tests.test_merge',