summaryrefslogtreecommitdiff
path: root/python/subunit/tests
Commit message (Expand)AuthorAgeFilesLines
* 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, a...Thomi Richards2013-11-201-145/+116
* 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 te...Thomi Richards2013-11-191-19/+29
* 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 co...Thomi Richards2013-11-191-6/+37
* 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
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-251-12/+24
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-251-0/+4
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-242-19/+63
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-241-2/+6
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-241-4/+7
* BUG FIXESRobert Collins2013-06-1613-159/+14
* BUG FIXESRobert Collins2013-05-131-0/+8
* 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
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-0/+6
* * Python2.6 support was broken by the fixup feature.Robert Collins2012-05-081-2/+6
* Handle text stdin and stdout streams.Robert Collins2012-05-081-5/+5
* * Python3 support regressed in trunk.Robert Collins2012-05-084-18/+24
* Make _make_tag_filter public.Robert Collins2012-05-031-3/+3
* Restore forwarding of all time calls through TestResultFilter.Robert Collins2012-05-021-1/+27
* * Tags can now be filtered. (Jonathan Lange, #664171)Robert Collins2012-05-021-3/+134
|\
| * Use the TagsMixin on the predicate so local and global tags are tracked corre...Jonathan Lange2012-04-201-5/+24
| * Make the integration test include local tags as well.Jonathan Lange2012-04-201-0/+8
| * Merge updates from tag-collapsing-rigor.Jonathan Lange2012-04-201-0/+19
| |\
| * \ Merge tag collapsing thing.Jonathan Lange2012-04-201-4/+12
| |\ \
| * | | Properly scope tag collapsingJonathan Lange2012-04-202-0/+17