| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Exit non-zero when listing includes import failures. | Robert Collins | 2013-11-30 | 1 | -2/+12 |
| | * | Another case of trailing whitespace. | Thomi Richards | 2013-11-25 | 1 | -1/+1 |
| * | | Add tests around reading binary files, empty files, and stdin. | Thomi Richards | 2013-11-25 | 1 | -0/+33 |
| * | | Added test for poorly specified tags. | Thomi Richards | 2013-11-25 | 1 | -0/+7 |
| * | | Add a few missing tests. | Thomi Richards | 2013-11-25 | 1 | -2/+32 |
| * | | Lots of fixes from code review. | Thomi Richards | 2013-11-25 | 1 | -117/+226 |
| * | | Add a few more tests for error cases in option parser. | Thomi Richards | 2013-11-25 | 1 | -10/+29 |
| * | | Merge trunk. | Thomi Richards | 2013-11-25 | 2 | -11/+30 |
| |\ \
| |/ |
|
| | * | The test suite was failing 6 tests due to testtools changing it's output | Robert Collins | 2013-11-24 | 2 | -11/+30 |
| * | | Python version compatibility fixes. | Thomi Richards | 2013-11-25 | 1 | -2/+6 |
| * | | Port code to use optparse, rather than argparse. | Thomi Richards | 2013-11-25 | 1 | -7/+5 |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-20 | 1 | -21/+18 |
| * | | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 1 | -0/+20 |
| * | | 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 | -145/+116 |
| * | | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 1 | -62/+81 |
| * | | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 1 | -13/+13 |
| * | | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 1 | -1/+0 |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-19 | 1 | -11/+33 |
| * | | Add support for expected fail and unexpected success test statuses. | Thomi Richards | 2013-11-19 | 1 | -1/+41 |
| * | | Add support for tags. | Thomi Richards | 2013-11-19 | 1 | -0/+21 |
| * | | Aded NEWS item, fixed some test code. | Thomi Richards | 2013-11-19 | 1 | -3/+2 |
| * | | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 1 | -4/+23 |
| * | | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 1 | -6/+6 |
| * | | Add support for attaching files. | Thomi Richards | 2013-11-19 | 1 | -5/+45 |
| * | | Allow customisation of argument parser class used, so we can write failing te... | Thomi Richards | 2013-11-19 | 1 | -19/+29 |
| * | | Add tests for timestamps, and add support for 'exists'. | Thomi Richards | 2013-11-19 | 1 | -4/+51 |
| * | | Clean up tests: Don't use MatchesListwise for a single-length list. | Thomi Richards | 2013-11-19 | 1 | -17/+8 |
| * | | Generate a timestamp for all messages, and refactor argument parser to use co... | Thomi Richards | 2013-11-19 | 1 | -6/+37 |
| * | | A better approach to testing the generate_bytestream function. | Thomi Richards | 2013-11-18 | 1 | -14/+55 |
| * | | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 1 | -3/+84 |
| * | | Added empty test module to test suite. | Thomi Richards | 2013-11-18 | 2 | -1/+25 |
| |/ |
|
| * | * Most filters will now accept a file path argument instead of only reading | Robert Collins | 2013-08-25 | 2 | -0/+37 |
| * | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 1 | -12/+24 |
| * | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 1 | -0/+4 |
| * | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 2 | -19/+63 |
| * | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -2/+6 |
| * | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 |
| * | BUG FIXES | Robert Collins | 2013-06-16 | 13 | -159/+14 |
| * | BUG FIXES | Robert Collins | 2013-05-13 | 1 | -0/+8 |
| * | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 1 | -75/+170 |
| * | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 1 | -0/+15 |
| * | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 1 | -13/+6 |
| * | Port existing filters to v2. | Robert Collins | 2013-03-03 | 2 | -243/+192 |
| * | Batch up input in ByteStreamToStreamResult. | Robert Collins | 2013-02-26 | 1 | -2/+1 |
| * | Update subunit-filter to consume and emit v2. | Robert Collins | 2013-02-26 | 1 | -61/+44 |
| * | Add an implementation of parser and generator for v2 streams. | Robert Collins | 2013-02-25 | 1 | -0/+273 |
| * | Start on an encoder. | Robert Collins | 2013-02-22 | 2 | -0/+49 |
| * | * Test ids which include non-ascii unicode characters are now supported. | Robert Collins | 2012-12-17 | 1 | -1/+14 |
| * | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 1 | -0/+6 |