| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix indentation. | Thomi Richards | 2013-11-20 | 1 | -12/+12 |
| * | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 1 | -4/+5 |
| * | Fix docstring, code shuffle. | Thomi Richards | 2013-11-20 | 1 | -21/+19 |
| * | Remove quotes around 'subunit contributors' in copyright headers. | Thomi Richards | 2013-11-20 | 1 | -1/+1 |
| * | Switch to using command line options to specify status. Expand help output, a... | Thomi Richards | 2013-11-20 | 1 | -76/+63 |
| * | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 1 | -91/+99 |
| * | Remove shebang from subunit._output module. | Thomi Richards | 2013-11-19 | 1 | -1/+0 |
| * | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 1 | -5/+5 |
| * | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 1 | -7/+7 |
| * | PEP8 fixes. | Thomi Richards | 2013-11-19 | 1 | -15/+18 |
| * | Made help/usage documentation much more useful. | Thomi Richards | 2013-11-19 | 1 | -2/+10 |
| * | Add support for expected fail and unexpected success test statuses. | Thomi Richards | 2013-11-19 | 1 | -0/+16 |
| * | Add support for tags. | Thomi Richards | 2013-11-19 | 1 | -1/+9 |
| * | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 1 | -1/+13 |
| * | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 1 | -1/+4 |
| * | Add support for attaching files. | Thomi Richards | 2013-11-19 | 1 | -0/+25 |
| * | Allow customisation of argument parser class used, so we can write failing te... | Thomi Richards | 2013-11-19 | 1 | -5/+10 |
| * | Add tests for timestamps, and add support for 'exists'. | Thomi Richards | 2013-11-19 | 1 | -8/+29 |
| * | Generate a timestamp for all messages, and refactor argument parser to use co... | Thomi Richards | 2013-11-19 | 1 | -9/+37 |
| * | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 1 | -0/+57 |
| * | Added new script file, modified setup.py to install it, and added an empty im... | Thomi Richards | 2013-11-18 | 1 | -0/+18 |