~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2012-02-14 17:22:37 UTC
  • mfrom: (6466 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6468.
  • Revision ID: v.ladeuil+lp@free.fr-20120214172237-7dv7er3n4uy8d5m4
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
    different types of display.
248
248
 
249
249
    When a test finishes, in whatever way, it calls one of the addSuccess,
250
 
    addFailure or addError classes.  These in turn may redirect to a more
 
250
    addFailure or addError methods.  These in turn may redirect to a more
251
251
    specific case for the special test results supported by our extended
252
252
    tests.
253
253
 
4002
4002
        'bzrlib.tests.test_http',
4003
4003
        'bzrlib.tests.test_http_response',
4004
4004
        'bzrlib.tests.test_https_ca_bundle',
 
4005
        'bzrlib.tests.test_https_urllib',
4005
4006
        'bzrlib.tests.test_i18n',
4006
4007
        'bzrlib.tests.test_identitymap',
4007
4008
        'bzrlib.tests.test_ignores',
4056
4057
        'bzrlib.tests.test_revisiontree',
4057
4058
        'bzrlib.tests.test_rio',
4058
4059
        'bzrlib.tests.test_rules',
 
4060
        'bzrlib.tests.test_url_policy_open',
4059
4061
        'bzrlib.tests.test_sampler',
4060
4062
        'bzrlib.tests.test_scenarios',
4061
4063
        'bzrlib.tests.test_script',