summaryrefslogtreecommitdiff
path: root/NEWS
blob: 55a6cdb8888b88fc392a229289dd4bc2bf118dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---------------------------
testscenarios release notes
---------------------------


IN DEVELOPMENT
--------------

  CHANGES:

   * Created project. The primary interfaces are
     ``testscenarios.TestWithScenarios`` and
     ``testscenarios.generate_scenarios``. Documentation is primarily in
     README. 
     (Robert Collins)

   * Make the README documentation doctest compatible, to be sure it works.
     Also various presentation and language touchups. (Martin Pool)
     (Adjusted to use doctest directly, and to not print the demo runners
     output to stderror during make check - Robert Collins)

  IMPROVEMENTS:

  BUG FIXES:

  API CHANGES:

  INTERNALS: