~chipaca/testscenarios/fix-with-py3

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-12-19 03:09:14 UTC
  • Revision ID: robertc@robertcollins.net-20091219030914-89afhwk6oyx8dmek
Switch license to BSD / Apache-2.0 and do a 0.1 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
 
6
6
IN DEVELOPMENT
7
 
--------------
8
 
 
9
 
  CHANGES:
10
 
 
11
 
   * Created project. The primary interfaces are
12
 
     ``testscenarios.TestWithScenarios`` and
13
 
     ``testscenarios.generate_scenarios``. Documentation is primarily in
14
 
     README. 
15
 
     (Robert Collins)
16
 
 
17
 
   * Make the README documentation doctest compatible, to be sure it works.
18
 
     Also various presentation and language touchups. (Martin Pool)
19
 
     (Adjusted to use doctest directly, and to not print the demo runners
20
 
     output to stderror during make check - Robert Collins)
21
 
 
22
 
  IMPROVEMENTS:
23
 
 
24
 
  BUG FIXES:
25
 
 
26
 
  API CHANGES:
27
 
 
28
 
  INTERNALS:
 
7
~~~~~~~~~~~~~~
 
8
 
 
9
0.1
 
10
~~~
 
11
 
 
12
CHANGES:
 
13
 
 
14
* Created project. The primary interfaces are
 
15
  ``testscenarios.TestWithScenarios`` and
 
16
  ``testscenarios.generate_scenarios``. Documentation is primarily in README. 
 
17
  (Robert Collins)
 
18
 
 
19
* Make the README documentation doctest compatible, to be sure it works.
 
20
  Also various presentation and language touchups. (Martin Pool)
 
21
  (Adjusted to use doctest directly, and to not print the demo runners
 
22
  output to stderror during make check - Robert Collins)
 
23
 
 
24
IMPROVEMENTS:
 
25
 
 
26
BUG FIXES:
 
27
 
 
28
API CHANGES:
 
29
 
 
30
INTERNALS: