/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository_reference/__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:
33
33
                          TestScenarioApplier,
34
34
                          TestSuite,
35
35
                          )
36
 
from bzrlib.tests.repository_implementations import (
 
36
from bzrlib.tests.per_repository import (
37
37
    all_repository_format_scenarios,
38
38
    TestCaseWithRepository,
39
39
    )