summaryrefslogtreecommitdiff
path: root/NEWS
blob: 1c7fe1b151a54787c814b8e1496e3f809b90b9c9 (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
29
---------------------
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.

    * ``TestProtocolClient.time(a_datetime)`` has been added which causes a
      timestamp to be output to the stream.