~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository_chk/__init__.py

  • Committer: Martin Pool
  • Date: 2010-04-01 04:41:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5128.
  • Revision ID: mbp@sourcefrog.net-20100401044118-shyctqc02ob08ngz
ignore .testrepository

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    repository,
28
28
    remote,
29
29
    )
 
30
from bzrlib.bzrdir import BzrDir
30
31
from bzrlib.repofmt.pack_repo import (
31
32
    RepositoryFormatKnitPack5,
32
33
    )
35
36
    )
36
37
from bzrlib.tests import (
37
38
    multiply_tests,
 
39
    TestSuite,
38
40
    )
39
41
from bzrlib.tests.per_repository import (
40
42
    all_repository_format_scenarios,