~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • 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:
151
151
 
152
152
* Add a new simpler way to generate multiple test variations, by setting
153
153
  the `scenarios` attribute of a test class to a list of scenarios
154
 
  descriptions.  (See the testing guide and `bzrlib.tests.scenarios`.)
155
 
  Simplify `test_http` using this.
 
154
  descriptions, then using `load_tests_apply_scenarios`.  (See the testing
 
155
  guide and `bzrlib.tests.scenarios`.) Simplify `test_http` using this.
156
156
  (Martin Pool, #597791)
157
157
 
158
158
* Add ``tests/ssl_certs/ca.crt`` to the required test files list. Test