~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2007-12-19 07:46:29 UTC
  • mto: (3146.3.1 179368) (3156.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 3158.
  • Revision ID: v.ladeuil+lp@free.fr-20071219074629-nu5z8y56lp9o3m7f
Begin refactoring test_http.py into parameterized tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2435
2435
                   'bzrlib.tests.test_help',
2436
2436
                   'bzrlib.tests.test_hooks',
2437
2437
                   'bzrlib.tests.test_http',
 
2438
                   'bzrlib.tests.test_http_implementations',
2438
2439
                   'bzrlib.tests.test_http_response',
2439
2440
                   'bzrlib.tests.test_https_ca_bundle',
2440
2441
                   'bzrlib.tests.test_identitymap',