~testing-cabal/ubuntu/natty/subunit/daily-build-packaging

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2011-02-28 09:32:28 UTC
  • mfrom: (135.1.5 python3)
  • Revision ID: jelmer@samba.org-20110228093228-1hyelaw7zkfe91e1
Tags: 0.0.6+bzr140-0ubuntu1
Merge new upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
NEXT (In development)
6
6
---------------------
7
7
 
 
8
The Subunit Python test runner ``python -m subunit.run`` can now report the
 
9
test ids and also filter via a test id list file thanks to improvements in
 
10
``testtools.run``. See the testtools manual, or testrepository - a major
 
11
user of such functionality.
 
12
 
 
13
IMPROVEMENTS
 
14
~~~~~~~~~~~~
 
15
 
 
16
* ``subunit-filter`` preserves the relative ordering of ``time:`` statements,
 
17
  so you can now use filtered streams to gather data about how long it takes
 
18
  to run a test. (Jonathan Lange, #716554)
 
19
 
 
20
* The ``subunit.run`` Python module supports ``-l`` and ``--load-list`` as
 
21
  per ``testtools.run``. This required a dependency bump due to a small
 
22
  API change in ``testtools``. (Robert Collins)
 
23
 
 
24
* Force flush of writes to stdout in c/tests/test_child. (Jelmer Vernooij, #687611)
 
25
 
 
26
* The help for subunit-filter was confusing about the behaviour of ``-f`` /
 
27
  ``--no-failure``. (Robert Collins, #703392)
 
28
 
 
29
* ``subunit.chunked.Decoder`` Python class takes a new ``strict`` option,
 
30
  which defaults to ``True``. When ``False``, the ``Decoder`` will accept
 
31
  incorrect input that is still unambiguous. i.e. subunit will not barf if
 
32
  a \r is missing from the input. (Martin Pool)
 
33
 
8
34
0.0.6
9
35
-----
10
36