Switch to using command line options to specify status. Expand help output, and refac...
[third_party/subunit] / python / subunit / _output.py
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...