~ubuntu-branches/debian/jessie/subunit/jessie

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-08 21:44:01 UTC
  • mfrom: (1.1.7) (3.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20120408214401-qnlep262829yi55l
Tags: 0.0.7+bzr162-1
* New upstream snapshot.
 + Fixes compatibility with current versions of testtools. Closes: #669491
* Support installation for multiple python versions.
* Include egg-info for python-subunit. LP: #893620
* Add python3-subunit package.
* Bump standards version to 3.9.3 (no changes).
* Use machine parseable format for copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
NEXT (In development)
6
6
---------------------
7
7
 
 
8
IMPROVEMENTS
 
9
~~~~~~~~~~~~
 
10
 
 
11
* Perl module now correctly outputs "failure" instead of "fail".  (Stewart Smith)
 
12
 
 
13
* Shell functions now output timestamps. (Stewart Smith, Robert Collins)
 
14
 
 
15
* 'subunit2csv' script that converts subunit output to CSV format.
 
16
  (Jonathan Lange)
 
17
 
 
18
BUG FIXES
 
19
~~~~~~~~~
 
20
 
 
21
* Add 'subunit --no-xfail', which will omit expected failures from the subunit
 
22
  stream. (John Arbash Meinel, #623642)
 
23
 
 
24
* Add 'subunit -F/--only-genuine-failures' which sets all of '--no-skips',
 
25
  '--no-xfail', '--no-passthrough, '--no-success', and gives you just the
 
26
  failure stream. (John Arbash Meinel)
 
27
 
 
28
* Tag support has been implemented for TestProtocolClient.
 
29
  (Robert Collins, #518016)
 
30
 
 
31
* Test suite works with latest testtools (but not older ones - formatting
 
32
  changes only). (Robert Collins)
 
33
 
8
34
0.0.7
9
35
-----
10
36
 
67
93
* The Python2.7 / testtools addUnexpectedSuccess API is now supported. This
68
94
  required adding a new status code to the protocol. (Robert Collins, #654474)
69
95
 
70
 
=======
71
96
CHANGES
72
97
~~~~~~~
73
98