summaryrefslogtreecommitdiff
path: root/python/subunit/_output.py
Commit message (Expand)AuthorAgeFilesLines
* Don't make tests convert to and from bytes. Instead, just use a StreamResult ...Thomi Richards2013-12-101-1/+1
* Allow the use of the --tag argument without specifying a test id.Thomi Richards2013-12-091-4/+0
* Use the 'append' action, instead of specifying tags as a comma-separated list...Thomi Richards2013-12-091-13/+5
* Fix typo.Thomi Richards2013-12-091-1/+1
* Use make_stream_binary to turn stdin into a binary stream.Thomi Richards2013-12-021-4/+2
* Fix failing tests.Thomi Richards2013-12-021-3/+3
* Remove debugging code.Thomi Richards2013-11-251-9/+0
* Read binary from stdin.Thomi Richards2013-11-251-1/+4
* 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-251-1/+3
* Add a few missing tests.Thomi Richards2013-11-251-0/+1
* Lots of fixes from code review.Thomi Richards2013-11-251-63/+75
* Add a few more tests for error cases in option parser.Thomi Richards2013-11-251-1/+6
* Port code to use optparse, rather than argparse.Thomi Richards2013-11-251-40/+46
* Fix indentation.Thomi Richards2013-11-201-12/+12
* code cleanup, added a few more tests for the --file-name option.Thomi Richards2013-11-201-4/+5
* Fix docstring, code shuffle.Thomi Richards2013-11-201-21/+19
* Remove quotes around 'subunit contributors' in copyright headers.Thomi Richards2013-11-201-1/+1
* Switch to using command line options to specify status. Expand help output, a...Thomi Richards2013-11-201-76/+63
* Lots of code cleanup, about to refactor argument parsing.Thomi Richards2013-11-201-91/+99
* Remove shebang from subunit._output module.Thomi Richards2013-11-191-1/+0
* Python 3 compatibility fixes.Thomi Richards2013-11-191-5/+5
* Fix things pyflakes complains about.Thomi Richards2013-11-191-7/+7
* PEP8 fixes.Thomi Richards2013-11-191-15/+18
* Made help/usage documentation much more useful.Thomi Richards2013-11-191-2/+10
* Add support for expected fail and unexpected success test statuses.Thomi Richards2013-11-191-0/+16
* Add support for tags.Thomi Richards2013-11-191-1/+9
* Add support for passing mime-type on the command-line.Thomi Richards2013-11-191-1/+13
* Extend test to make sure that by default no mime-type is specified.Thomi Richards2013-11-191-1/+4
* Add support for attaching files.Thomi Richards2013-11-191-0/+25
* Allow customisation of argument parser class used, so we can write failing te...Thomi Richards2013-11-191-5/+10
* Add tests for timestamps, and add support for 'exists'.Thomi Richards2013-11-191-8/+29
* Generate a timestamp for all messages, and refactor argument parser to use co...Thomi Richards2013-11-191-9/+37
* First pass, missing some tests.Thomi Richards2013-11-181-0/+57
* Added new script file, modified setup.py to install it, and added an empty im...Thomi Richards2013-11-181-0/+18