~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-11 23:21:22 UTC
  • mfrom: (5462.3.21 597791-http-tests)
  • Revision ID: pqm@pqm.ubuntu.com-20101011232122-g2ejz5grpjes5brf
(mbp) cleanup test_http to use scenarios;
 add load_tests_from_scenarios (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
Testing
159
159
*******
160
160
 
 
161
* Add a new simpler way to generate multiple test variations, by setting
 
162
  the `scenarios` attribute of a test class to a list of scenarios
 
163
  descriptions, then using `load_tests_apply_scenarios`.  (See the testing
 
164
  guide and `bzrlib.tests.scenarios`.) Simplify `test_http` using this.
 
165
  (Martin Pool, #597791)
 
166
 
161
167
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test
162
168
  involving the pycurl https test server fail otherwise when running
163
169
  selftest from an installed version. (Vincent Ladeuil, #651706)