~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2010-05-06 07:48:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506074822-0bsgf2j4h8jx0xkk
Added ``bzrlib.tests.matchers`` as a place to put matchers, along with
our first in-tree matcher. See the module docstring for details.
(Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3734
3734
        'bzrlib.tests.test_lru_cache',
3735
3735
        'bzrlib.tests.test_lsprof',
3736
3736
        'bzrlib.tests.test_mail_client',
 
3737
        'bzrlib.tests.test_matchers',
3737
3738
        'bzrlib.tests.test_memorytree',
3738
3739
        'bzrlib.tests.test_merge',
3739
3740
        'bzrlib.tests.test_merge3',