~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2013-08-10 15:09:30 UTC
  • mfrom: (6586.1.1 various)
  • Revision ID: pqm@pqm.ubuntu.com-20130810150930-5heu5saz1ovys4wo
(vila) Docstrings cleanup. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3792
3792
 
3793
3793
    :return: (absents, duplicates) absents is a list containing the test found
3794
3794
        in id_list but not in test_suite, duplicates is a list containing the
3795
 
        test found multiple times in test_suite.
 
3795
        tests found multiple times in test_suite.
3796
3796
 
3797
3797
    When using a prefined test id list, it may occurs that some tests do not
3798
3798
    exist anymore or that some tests use the same id. This function warns the
4341
4341
    """Copy test and apply scenario to it.
4342
4342
 
4343
4343
    :param test: A test to adapt.
4344
 
    :param scenario: A tuple describing the scenarion.
 
4344
    :param scenario: A tuple describing the scenario.
4345
4345
        The first element of the tuple is the new test id.
4346
4346
        The second element is a dict containing attributes to set on the
4347
4347
        test.