~jayvdb/testscenarios/fix-py3-tests

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Vandenberg
  • Author(s): Robert Collins
  • Date: 2015-04-26 04:43:40 UTC
  • Revision ID: jayvdb@gmail.com-20150426044340-bwwocyugr4x9927i
Import pypi release 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
IN DEVELOPMENT
7
7
~~~~~~~~~~~~~~
8
8
 
 
9
0.4
 
10
~~~
 
11
 
 
12
IMPROVEMENTS
 
13
------------
 
14
 
 
15
* Python 3.2 support added. (Robert Collins)
 
16
 
9
17
0.3
10
18
~~~
11
19
 
12
 
CHANGES:
 
20
CHANGES
 
21
-------
13
22
 
14
23
* New function ``per_module_scenarios`` for tests that should be applied across 
15
24
  multiple modules providing the same interface, some of which may not be 
22
31
0.2
23
32
~~~
24
33
 
25
 
CHANGES:
 
34
CHANGES
 
35
-------
26
36
 
27
37
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)
28
38
 
32
42
0.1
33
43
~~~
34
44
 
35
 
CHANGES:
 
45
CHANGES
 
46
-------
36
47
 
37
48
* Created project. The primary interfaces are
38
49
  ``testscenarios.TestWithScenarios`` and
43
54
  Also various presentation and language touchups. (Martin Pool)
44
55
  (Adjusted to use doctest directly, and to not print the demo runners
45
56
  output to stderror during make check - Robert Collins)
46
 
 
47
 
IMPROVEMENTS:
48
 
 
49
 
BUG FIXES:
50
 
 
51
 
API CHANGES:
52
 
 
53
 
INTERNALS: