~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_controldir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-10 16:03:37 UTC
  • mto: (5712.4.8 bzrdir-weave)
  • mto: This revision was merged to the branch mainline in revision 5716.
  • Revision ID: jelmer@samba.org-20110310160337-ty8sw12y2s8nqvd7
Add Prober.known_formats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
 
117
117
class TestProber(tests.TestCaseWithTransport):
 
118
    """Per-prober tests."""
118
119
 
119
120
    scenarios = [
120
121
        (prober_cls.__name__, {'prober_cls': prober_cls})