~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Got the bzrdir api straightened out, plenty of refactoring to use it pending, but the api is up and running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    test_branch_implementations = [
42
42
        'bzrlib.tests.branch_implementations.test_branch',
43
43
        'bzrlib.tests.branch_implementations.test_parent',
 
44
        'bzrlib.tests.branch_implementations.test_permissions',
44
45
        ]
45
46
    adapter = BranchTestProviderAdapter(
46
47
        default_transport,