summaryrefslogtreecommitdiff
path: root/NEWS
blob: 370b9a85c35494356337a184a5438efccab3be16 (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
---------------------
subunit release notes
---------------------


0.0.2 (IN DEVELOPMENT)
----------------------

  CHANGES:

  IMPROVEMENTS:

  BUG FIXES:

  API CHANGES:

    * When a time: directive is encountered in a subunit stream, the python
      bindings now call the ``time(seconds)`` method on ``TestResult``.

  INTERNALS:

    * ExecTestCase supports passing arguments to test scripts.

    * New helper ``subunit.test_results.HookedTestResultDecorator`` which can
      be used to call some code on every event, without having to implement all
      the event methods.