diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-12-26 22:11:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-12-27 21:08:32 +0100 |
commit | bcacd8fc80f8b366566d576fd654856930cfc4a4 (patch) | |
tree | be5e4513800bd0e2216ef1aebdbd1d265e08d27b /lib/subunit/README | |
parent | 983a3ea437d76b769b82726cc602d26e0e57894a (diff) | |
download | samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.tar.gz samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.tar.bz2 samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.zip |
subunit: Update to latest upstream version.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Dec 27 21:08:32 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/subunit/README')
-rw-r--r-- | lib/subunit/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/subunit/README b/lib/subunit/README index 4818a057bf..103a32cdf9 100644 --- a/lib/subunit/README +++ b/lib/subunit/README @@ -43,6 +43,7 @@ A number of useful things can be done easily with subunit: Subunit supplies the following filters: * tap2subunit - convert perl's TestAnythingProtocol to subunit. + * subunit2csv - convert a subunit stream to csv. * subunit2pyunit - convert a subunit stream to pyunit test results. * subunit2gtk - show a subunit stream in GTK. * subunit2junitxml - convert a subunit stream to JUnit's XML format. @@ -214,3 +215,15 @@ to indicate a test that errored in some expected fashion (also know as "TODO" tests in some frameworks). uxsuccess is used to indicate and unexpected success where a test though to be failing actually passes. It is complementary to xfail. + +Hacking on subunit +------------------ + +Releases +======== + +* Update versions in configure.ac and python/subunit/__init__.py. +* Make PyPI and regular tarball releases. Upload the regular one to LP, the + PyPI one to PyPI. +* Push a tagged commit. + |