11
* Created project. The primary interfaces are
12
``testscenarios.TestWithScenarios`` and
13
``testscenarios.generate_scenarios``. Documentation is primarily in
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)
14
* Created project. The primary interfaces are
15
``testscenarios.TestWithScenarios`` and
16
``testscenarios.generate_scenarios``. Documentation is primarily in README.
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)