summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add a few missing tests.Thomi Richards2013-11-251-2/+32
| |
* | Lots of fixes from code review.Thomi Richards2013-11-251-117/+226
| |
* | Add a few more tests for error cases in option parser.Thomi Richards2013-11-251-10/+29
| |
* | Merge trunk.Thomi Richards2013-11-252-11/+30
|\ \ | |/
| * The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-242-11/+30
| | | | | | | | formatting of exceptions. (Robert Collins)
* | Python version compatibility fixes.Thomi Richards2013-11-251-2/+6
| |
* | Port code to use optparse, rather than argparse.Thomi Richards2013-11-251-7/+5
| |
* | PEP8 fixes.Thomi Richards2013-11-201-21/+18
| |
* | code cleanup, added a few more tests for the --file-name option.Thomi Richards2013-11-201-0/+20
| |
* | Remove quotes around 'subunit contributors' in copyright headers.Thomi Richards2013-11-201-1/+1
| |
* | Switch to using command line options to specify status. Expand help output, ↵Thomi Richards2013-11-201-145/+116
| | | | | | | | and refactor several test cases.
* | Lots of code cleanup, about to refactor argument parsing.Thomi Richards2013-11-201-62/+81
| |
* | Python 3 compatibility fixes.Thomi Richards2013-11-191-13/+13
| |
* | Fix things pyflakes complains about.Thomi Richards2013-11-191-1/+0
| |
* | PEP8 fixes.Thomi Richards2013-11-191-11/+33
| |
* | Add support for expected fail and unexpected success test statuses.Thomi Richards2013-11-191-1/+41
| |
* | Add support for tags.Thomi Richards2013-11-191-0/+21
| |
* | Aded NEWS item, fixed some test code.Thomi Richards2013-11-191-3/+2
| |
* | Add support for passing mime-type on the command-line.Thomi Richards2013-11-191-4/+23
| |
* | Extend test to make sure that by default no mime-type is specified.Thomi Richards2013-11-191-6/+6
| |
* | Add support for attaching files.Thomi Richards2013-11-191-5/+45
| |
* | Allow customisation of argument parser class used, so we can write failing ↵Thomi Richards2013-11-191-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 Richards2013-11-191-4/+51
| |
* | Clean up tests: Don't use MatchesListwise for a single-length list.Thomi Richards2013-11-191-17/+8
| |
* | Generate a timestamp for all messages, and refactor argument parser to use ↵Thomi Richards2013-11-191-6/+37
| | | | | | | | common arguments.
* | A better approach to testing the generate_bytestream function.Thomi Richards2013-11-181-14/+55
| |
* | First pass, missing some tests.Thomi Richards2013-11-181-3/+84
| |
* | Added empty test module to test suite.Thomi Richards2013-11-182-1/+25
|/
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-252-0/+37
| | | | from stdin. (Robert Collins, #409206)
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-12/+24
| | | | data and the error message. (Robert Collins)
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
| | | | (Robert Collins)
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-242-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 Collins2013-08-241-2/+6
| | | | (Robert Collins, #1025392)
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
| | | | (Robert Collins, #1025392)
* BUG FIXESRobert Collins2013-06-1613-159/+14
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* BUG FIXESRobert Collins2013-05-131-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 Collins2013-03-311-75/+170
|
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-041-0/+15
|
* Convert subunit.run to v2.Robert Collins2013-03-031-13/+6
|
* Port existing filters to v2.Robert Collins2013-03-032-243/+192
|
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-261-2/+1
|
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-61/+44
|
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-251-0/+273
|
* Start on an encoder.Robert Collins2013-02-222-0/+49
|
* * Test ids which include non-ascii unicode characters are now supported.Robert Collins2012-12-171-1/+14
| | | | (Robert Collins, #1029866)
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-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 Collins2012-05-081-2/+6
| | | | (Arfrever Frehtes Taifersar Arahesis, #987490)
* Handle text stdin and stdout streams.Robert Collins2012-05-081-5/+5
|
* * Python3 support regressed in trunk.Robert Collins2012-05-084-18/+24
| | | | (Arfrever Frehtes Taifersar Arahesis, #987514)
* Make _make_tag_filter public.Robert Collins2012-05-031-3/+3
|