~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

Add a --transport parameter to the test suite to set the default transport to be used in the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import sys
21
21
import unittest
22
22
 
 
23
import bzrlib
23
24
from bzrlib.tests import (
24
25
                          _load_module_by_name,
25
26
                          TestCase,