summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.2.Robert Collins2015-10-231-0/+3
|
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-131-0/+9
|
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-101-0/+6
|
* Forward stdout content in subunit-2to1.Robert Collins2014-12-111-0/+3
| | | | | | It was always intended to be forwarded. Closes-Bug: #1400519
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-111-0/+6
|
* Release 1.0.0.1.0.0Robert Collins2014-11-191-0/+3
|
* Improve showing of import errors in the Python runner.Robert Collins2014-11-181-0/+6
| | | | This depends on testtools 1.4.0 to get the improved behaviour.
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-0/+6
| | | | | Import errors don't break execution or listing now in testtools, so to test execution breaking we have to be a little bit more direct.
* 0.0.210.0.21Robert Collins2014-08-271-0/+9
| | | | | | | | | | ------ BUGFIXES ~~~~~~~~ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv. (Robert Collins, #1361924)
* Release 0.0.200.0.20Robert Collins2014-08-271-0/+6
| | | | | | | Also * The python-subunit tarball can now have setup run from the current directory. (Robert Collins, #1361857)
* * subunit2csv is now installed when using pip.Robert Collins2014-08-241-0/+3
| | | | (Robert Collins, #1279669)
* * testscenarios is now a test dependency, not an install dependency.Robert Collins2014-08-241-0/+6
| | | | (Arfrever Frehtes Taifersar Arahesis, #1292757)
* 0.0.19Robert Collins2014-08-241-4/+15
| | | | | | | | | | | | ------ IMPROVEMENTS ~~~~~~~~~~~~ * ``subunit.run`` in Python will now exit 0 as long as the test stream has been generated correctly - this has always been the intent but API friction with testtools had prevented it working. (Robert Collins)
* Fix support for testtools 0.6.35.Robert Collins2014-01-301-0/+10
|
* Release 0.0.17Robert Collins2014-01-291-0/+3
|
* Updated NEWS file.Thomi Richards2013-12-021-3/+6
|
* Merged trunk, fixed conflict.Thomi Richards2013-12-021-0/+8
|\
| * Release 0.0.16.0.0.16Robert Collins2013-11-301-0/+3
| |
| * Exit non-zero when listing includes import failures.Robert Collins2013-11-301-0/+5
| |
* | Merge trunk.Thomi Richards2013-11-251-0/+6
|\ \ | |/
| * * Perl files should now honour perl system config.Robert Collins2013-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | (Benedikt Morbach, #1233198) With INSTALL_BASE, perl files are unconditionally installed to ${prefix}/lib/perl5/ instead of respecting the system-dependent perl library path that is set when perl is installed. (sitelib/vendorlib) If INSTALL_BASE is changed to PREFIX, it correctly finds the path where it should install via perl's Config.pm
| * The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-241-0/+3
| | | | | | | | formatting of exceptions. (Robert Collins)
* | Reverted whitespace changes to NEWS file.Thomi Richards2013-11-191-6/+6
| |
* | Aded NEWS item, fixed some test code.Thomi Richards2013-11-191-6/+9
|/
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-251-0/+6
| | | | from stdin. (Robert Collins, #409206)
* * Python 3.1 and 3.2 have an inconsistent memoryview implementation whichRobert Collins2013-08-251-0/+3
| | | | required a workaround for NUL byte detection. (Robert Collins, #1216246)
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-0/+6
| | | | data and the error message. (Robert Collins)
* Release 0.0.150.0.15Robert Collins2013-08-251-0/+3
|
* * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.Robert Collins2013-08-251-0/+3
| | | | (Robert Collins, #1216163)
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+6
| | | | (Robert Collins)
* Release 0.0.140.0.14Robert Collins2013-08-241-0/+3
|
* * Memoryview detection was broken and thus it's use was never really tested.Robert Collins2013-08-241-0/+3
| | | | (Robert Collins, 1216101)
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-241-0/+6
| | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392)
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-0/+3
| | | | (Robert Collins, #1025392)
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-0/+6
| | | | (Robert Collins, #1025392)
* Release 0.0.13.0.0.13Robert Collins2013-06-171-0/+5
|
* * `subunit-stats` no longer outputs encapsulated stdout as subunit.Robert Collins2013-06-171-0/+3
| | | | (Robert Collins, #1171987)
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-171-0/+6
| | | | `subunit.run.main`. (Robert Collins, #606770)
* BUG FIXESRobert Collins2013-06-161-0/+7
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* Release 0.120.0.12Robert Collins2013-05-251-0/+3
|
* BUG FIXESRobert Collins2013-05-131-0/+8
| | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815)
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-081-2/+5
|
* * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbufferedRobert Collins2013-03-131-0/+4
| | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins)
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-4/+26
|
* More docs.Robert Collins2013-02-251-0/+9
|
* Release 0.0.10.0.0.10Robert Collins2013-02-081-0/+3
|
* * make_stream_binary is now public for reuse. (Robert Collins)Robert Collins2013-02-071-0/+4
| | | | * NAME was not defined in the protocol BNF. (Robert Collins)
* Tweak Python3 support to help testrepository get 3-ready.Robert Collins2013-01-271-0/+10
|
* Actually document the version in NEWS.Robert Collins2012-12-171-0/+3
|
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-171-0/+3
| | | | (Robert Collins, #1029866)