~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Martin Pool
  • Date: 2010-10-11 22:40:23 UTC
  • mto: This revision was merged to the branch mainline in revision 5483.
  • Revision ID: mbp@sourcefrog.net-20101011224023-3pz8wxn2dz7gm6do
Rename to load_tests_apply_scenarios

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    test_server,
48
48
    )
49
49
from bzrlib.tests.scenarios import (
50
 
    load_tests_from_scenarios,
 
50
    load_tests_apply_scenarios,
51
51
    multiply_scenarios,
52
52
    )
53
53
from bzrlib.transport import (
64
64
    from bzrlib.transport.http._pycurl import PyCurlTransport
65
65
 
66
66
 
67
 
load_tests = load_tests_from_scenarios
 
67
load_tests = load_tests_apply_scenarios
68
68
 
69
69
 
70
70
def vary_by_http_client_implementation():