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
29
30
31
32
33
34
35
36
37
38
39
40
|
---------------------------
testscenarios release notes
---------------------------
IN DEVELOPMENT
~~~~~~~~~~~~~~
0.2
~~~
CHANGES:
* Adjust the cloned tests ``shortDescription`` if one is present. (Ben Finney)
* Provide a load_tests implementation for easy use, and multiply_scenarios to
create the cross product of scenarios. (Martin Pool)
0.1
~~~
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:
|