Lots of fixes from code review.
[third_party/subunit] / python / subunit / _output.py
2013-11-25 Thomi RichardsLots of fixes from code review.
2013-11-24 Thomi RichardsAdd a few more tests for error cases in option parser.
2013-11-24 Thomi RichardsMerge trunk.
2013-11-24 Thomi RichardsPort code to use optparse, rather than argparse.
2013-11-20 Thomi RichardsFix indentation.
2013-11-20 Thomi Richardscode cleanup, added a few more tests for the --file...
2013-11-20 Thomi RichardsFix docstring, code shuffle.
2013-11-20 Thomi RichardsRemove quotes around 'subunit contributors' in copyrigh...
2013-11-20 Thomi RichardsSwitch to using command line options to specify status...
2013-11-19 Thomi RichardsLots of code cleanup, about to refactor argument parsing.
2013-11-19 Thomi RichardsRemove shebang from subunit._output module.
2013-11-19 Thomi RichardsPython 3 compatibility fixes.
2013-11-19 Thomi RichardsFix things pyflakes complains about.
2013-11-19 Thomi RichardsPEP8 fixes.
2013-11-19 Thomi RichardsMade help/usage documentation much more useful.
2013-11-18 Thomi RichardsAdd support for expected fail and unexpected success...
2013-11-18 Thomi RichardsAdd support for tags.
2013-11-18 Thomi RichardsAdd support for passing mime-type on the command-line.
2013-11-18 Thomi RichardsExtend test to make sure that by default no mime-type...
2013-11-18 Thomi RichardsAdd support for attaching files.
2013-11-18 Thomi RichardsAllow customisation of argument parser class used,...
2013-11-18 Thomi RichardsAdd tests for timestamps, and add support for 'exists'.
2013-11-18 Thomi RichardsGenerate a timestamp for all messages, and refactor...
2013-11-18 Thomi RichardsFirst pass, missing some tests.
2013-11-17 Thomi RichardsAdded new script file, modified setup.py to install...