~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-10-11 07:31:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5483.
  • Revision ID: mbp@sourcefrog.net-20101011073138-hi6kh1jreg4ewpxa
Updated test scenario docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
Testing
75
75
*******
76
76
 
77
 
* Add a new simpler way to give declarative test variations, by setting
78
 
  the `variations` attribute to a list of `TestVariation` objects.  (See
79
 
  the testing guide.)  Simplify `test_http` using this.
 
77
* Add a new simpler way to generate multiple test variations, by setting
 
78
  the `scenarios` attribute of a test class to a list of scenarios
 
79
  descriptions.  (See the testing guide and `bzrlib.tests.scenarios`.)
 
80
  Simplify `test_http` using this.
80
81
  (Martin Pool, #597791)
81
82
 
82
83
* Fix tests that failed when run under ``LANG=C``.