summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.0.210.0.21Robert Collins2014-08-274-3/+12
| | | | | | | | | | ------ 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-274-3/+11
| | | | | | | 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-242-0/+4
| | | | (Robert Collins, #1279669)
* * testscenarios is now a test dependency, not an install dependency.Robert Collins2014-08-242-2/+10
| | | | (Arfrever Frehtes Taifersar Arahesis, #1292757)
* Fixes for release process.0.0.19Robert Collins2014-08-242-3/+5
|
* 0.0.19Robert Collins2014-08-245-31/+80
| | | | | | | | | | | | ------ 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)
* Ignore more things.Robert Collins2014-08-241-1/+5
|
* Release 0.0.18.0.0.18Robert Collins2014-01-302-2/+2
|
* Fix support for testtools 0.6.35.Robert Collins2014-01-302-1/+10
|
* Update Hacking notes.0.0.17Robert Collins2014-01-291-0/+1
|
* Release 0.0.17Robert Collins2014-01-293-2/+5
|
* * Add ``subunit-output`` tool that can generate a Subunit v2 bytestream fromRobert Collins2014-01-138-6/+848
|\ | | | | | | arguments passed on the command line. (Thomi Richards, #1252084)
| * Import matcher used.Thomi Richards2014-01-131-0/+1
| |
| * Fix failing test on py33.Thomi Richards2014-01-131-6/+4
| |
| * Fix failing test in python 3.2.Thomi Richards2013-12-161-1/+1
| |
| * Make tests work in py2 and py3.Thomi Richards2013-12-101-1/+5
| |
| * Don't make tests convert to and from bytes. Instead, just use a StreamResult ↵Thomi Richards2013-12-102-17/+49
| | | | | | | | double. Update test code.
| * Generate scenarios inside subunit.tests.test_suite, not by subclassing ↵Thomi Richards2013-12-092-4/+7
| | | | | | | | WithScenarios.
| * Add testscenario dependency to the INSTALL file.Thomi Richards2013-12-091-1/+4
| |
| * Don't need to patch stderr anymore in the tests.Thomi Richards2013-12-091-23/+10
| |
| * Allow the use of the --tag argument without specifying a test id.Thomi Richards2013-12-092-18/+17
| |
| * Use the 'append' action, instead of specifying tags as a comma-separated ↵Thomi Richards2013-12-092-21/+15
| | | | | | | | list of values.
| * Fix typo.Thomi Richards2013-12-091-1/+1
| |
| * Patch sys.stdin correctly for testing.Thomi Richards2013-12-021-4/+4
| |
| * Use make_stream_binary to turn stdin into a binary stream.Thomi Richards2013-12-021-4/+2
| |
| * Fix failing tests.Thomi Richards2013-12-022-5/+5
| |
| * Fix failing tests.Thomi Richards2013-12-021-1/+1
| |
| * Add files to listings in Makefile.amThomi Richards2013-12-021-2/+4
| |
| * Updated NEWS file.Thomi Richards2013-12-021-3/+6
| |
| * Merged trunk, fixed conflict.Thomi Richards2013-12-029-11/+38
| |\ | |/ |/|
* | Document evil workaround.Robert Collins2013-11-301-0/+1
| |
* | Update perl distcheck hack for new location.Robert Collins2013-11-301-1/+1
| |
* | Add missing filters test script from EXTRA_DIST.Robert Collins2013-11-301-0/+1
| |
* | Release 0.0.16.0.0.16Robert Collins2013-11-303-2/+5
| |
* | Exit non-zero when listing includes import failures.Robert Collins2013-11-304-8/+30
| |
| * Remove debugging code.Thomi Richards2013-11-251-9/+0
| |
| * Read binary from stdin.Thomi Richards2013-11-251-1/+4
| |
| * Add tests around reading binary files, empty files, and stdin.Thomi Richards2013-11-251-0/+33
| |
| * Open files in binary mode.Thomi Richards2013-11-251-4/+4
| |
| * Make usage line match help text.Thomi Richards2013-11-251-1/+1
| |
| * Added test for poorly specified tags.Thomi Richards2013-11-252-1/+10
| |
| * Fix setup.py deps.Thomi Richards2013-11-251-1/+0
| |
| * Add a few missing tests.Thomi Richards2013-11-252-2/+33
| |
| * Merged trunk.Thomi Richards2013-11-250-0/+0
| |\ | |/ |/|
* | Another case of trailing whitespace.Thomi Richards2013-11-251-1/+1
| |
* | Fixup README trailing whitespaces.Thomi Richards2013-11-251-3/+3
| |
| * Lots of fixes from code review.Thomi Richards2013-11-253-181/+303
| |
| * Make sure filter script is installed.Thomi Richards2013-11-252-3/+4
| |
| * Add a few more tests for error cases in option parser.Thomi Richards2013-11-252-11/+35
| |
| * Merge trunk.Thomi Richards2013-11-255-19/+37
| |\ | |/ |/|