| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | | | | | | | | | formatting of exceptions. (Robert Collins) | |||||
| * | | 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, ↵ | Thomi Richards | 2013-11-20 | 1 | -145/+116 | |
| | | | | | | | | | and refactor several test cases. | |||||
| * | | 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 ↵ | Thomi Richards | 2013-11-19 | 1 | -19/+29 | |
| | | | | | | | | | tests for command line arguments not yet supported. Have failing test for attaching files. | |||||
| * | | 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 ↵ | Thomi Richards | 2013-11-19 | 1 | -6/+37 | |
| | | | | | | | | | common arguments. | |||||
| * | | 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 | |
| | | | | | from stdin. (Robert Collins, #409206) | |||||
| * | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 1 | -12/+24 | |
| | | | | | data and the error message. (Robert Collins) | |||||
| * | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 1 | -0/+4 | |
| | | | | | (Robert Collins) | |||||
| * | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 2 | -19/+63 | |
| | | | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392) | |||||
| * | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -2/+6 | |
| | | | | | (Robert Collins, #1025392) | |||||
| * | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 | |
| | | | | | (Robert Collins, #1025392) | |||||
| * | BUG FIXES | Robert Collins | 2013-06-16 | 13 | -159/+14 | |
| | | | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) | |||||
| * | BUG FIXES | Robert Collins | 2013-05-13 | 1 | -0/+8 | |
| | | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | |||||
| * | 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 | |
| | | | | | (Robert Collins, #1029866) | |||||
| * | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 1 | -0/+6 | |
| | | | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582) | |||||
| * | * Python2.6 support was broken by the fixup feature. | Robert Collins | 2012-05-08 | 1 | -2/+6 | |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987490) | |||||
| * | Handle text stdin and stdout streams. | Robert Collins | 2012-05-08 | 1 | -5/+5 | |
| | | ||||||
| * | * Python3 support regressed in trunk. | Robert Collins | 2012-05-08 | 4 | -18/+24 | |
| | | | | | (Arfrever Frehtes Taifersar Arahesis, #987514) | |||||
| * | Make _make_tag_filter public. | Robert Collins | 2012-05-03 | 1 | -3/+3 | |
| | | ||||||
