~jayvdb/testscenarios/0.4

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2012-04-04 10:45:22 UTC
  • mfrom: (18.2.1 testcase-mixin)
  • Revision ID: robertc@robertcollins.net-20120404104522-7fho5wxapc2uqmw5
* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
  mixed into different unittest implementations more cleanly (e.g. unittest2).
  (James Polley, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
* Provide a load_tests implementation for easy use, and multiply_scenarios to
23
23
  create the cross product of scenarios. (Martin Pool)
24
24
 
 
25
* ``TestWithScenarios`` is now backed by a mixin - WithScenarios - which can be
 
26
  mixed into different unittest implementations more cleanly (e.g. unittest2).
 
27
  (James Polley, Robert Collins)
 
28
 
25
29
0.1
26
30
~~~
27
31