~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_scenarios.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:
25
25
    )
26
26
 
27
27
from bzrlib.tests.scenarios import (
28
 
    load_tests_from_scenarios,
 
28
    load_tests_apply_scenarios,
29
29
    multiply_scenarios,
30
30
    multiply_tests_by_their_scenarios,
31
31
    )
34
34
# There aren't any actually parameterized tests here, but this exists as a
35
35
# demonstration; so that you can interactively observe them being multiplied;
36
36
# and so that we check everything hooks up properly.
37
 
load_tests = load_tests_from_scenarios
 
37
load_tests = load_tests_apply_scenarios
38
38
 
39
39
 
40
40
def vary_by_color():