~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-04 20:32:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3700.
  • Revision ID: john@arbash-meinel.com-20080904203204-blnshwj3h0r5qd5z
Rename repository_implementations tests into per_repository tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2750
2750
                   'bzrlib.tests.interrepository_implementations',
2751
2751
                   'bzrlib.tests.intertree_implementations',
2752
2752
                   'bzrlib.tests.per_lock',
2753
 
                   'bzrlib.tests.repository_implementations',
 
2753
                   'bzrlib.tests.per_repository',
2754
2754
                   'bzrlib.tests.test__dirstate_helpers',
2755
2755
                   'bzrlib.tests.test_ancestry',
2756
2756
                   'bzrlib.tests.test_annotate',