~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_controldir_colo/test_unsupported.py

(jelmer) Various fixes for running bzr.dev tests against the foreign
 plugins. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib import (
24
24
    errors,
25
25
    tests,
26
 
    transport,
27
26
    )
28
27
from bzrlib.tests import (
29
28
    per_controldir,