Exit non-zero when listing includes import failures.
[third_party/subunit] / python /
2013-11-30 Robert CollinsExit non-zero when listing includes import failures.
2013-11-25 Thomi RichardsAnother case of trailing whitespace.
2013-11-23 Robert CollinsThe test suite was failing 6 tests due to testtools...
2013-08-25 Robert Collins* Most filters will now accept a file path argument...
2013-08-25 Robert Collins* Python 3.1 and 3.2 have an inconsistent memoryview...
2013-08-24 Robert Collins* V2 parser errors now set appropriate mime types for...
2013-08-24 Robert CollinsRelease 0.0.15
2013-08-24 Robert Collins* Memoryview and struct were mutually incompatible...
2013-08-24 Robert Collins* Clients of subunit did not expect memoryview objects...
2013-08-23 Robert CollinsRelease 0.0.14
2013-08-23 Robert Collins* Memoryview detection was broken and thus it's use...
2013-08-23 Robert Collins* TestTestProtocols' test_*_details were dictionary...
2013-08-23 Robert Collins* TestTestProtocols' test_tags_both was set sort order...
2013-08-23 Robert Collins* TestProtocol2's tag tests were set sort order dependent.
2013-06-16 Robert CollinsRelease 0.0.13.
2013-06-16 Robert Collins* `subunit-stats` no longer outputs encapsulated stdout...
2013-06-16 Robert Collins* The logic for `subunit.run` is now importable via...
2013-06-16 Robert CollinsBUG FIXES
2013-05-25 Jelmer VernooijMerge use of AM_PATH_AR in configure.ac, which fixes...
2013-05-25 Robert CollinsRelease 0.12
2013-05-12 Robert CollinsBUG FIXES
2013-04-08 Robert CollinsRelease 0.0.11, depending on the new testtools StreamRe...
2013-03-31 Robert CollinsSwitch to variable length encoded integers.
2013-03-12 Robert Collins* ``subunit.run`` now replaces sys.stdout to ensure...
2013-03-06 Robert CollinsFixes from getting testrepository running with v2.
2013-03-04 Robert CollinsEnumerate tests before running (permits progress bars).
2013-03-03 Robert CollinsFix up buffering to make pdb usable.
2013-03-03 Robert CollinsConvert subunit.run to v2.
2013-03-03 Robert CollinsPort existing filters to v2.
2013-02-27 Robert CollinsUpdate subunit-ls.
2013-02-26 Robert CollinsBatch up input in ByteStreamToStreamResult.
2013-02-26 Robert CollinsUpdate subunit-filter to consume and emit v2.
2013-02-25 Robert CollinsMake streams all binary and fix incorrect ordering...
2013-02-25 Robert CollinsAdd an implementation of parser and generator for v2...
2013-02-22 Robert CollinsStart on an encoder.
2013-02-07 Robert CollinsRelease 0.0.10.
2013-02-07 Robert Collins* make_stream_binary is now public for reuse. (Robert...
2013-01-27 Robert CollinsTweak Python3 support to help testrepository get 3...
2012-12-17 Robert CollinsRelease 0.0.9.
2012-12-17 Robert Collins* Test ids which include non-ascii unicode characters...
2012-12-17 Robert Collins* The ``failfast`` option to ``subunit.run`` will now...
2012-05-07 Robert Collins* Python2.6 support was broken by the fixup feature.
2012-05-07 Robert CollinsPython3.1 support from Arfrever Frehtes Taifersar Arahesis.
2012-05-07 Robert CollinsHandle text stdin and stdout streams.
2012-05-07 Robert Collins* Python3 support regressed in trunk.
2012-05-03 Robert CollinsMake _make_tag_filter public.
2012-05-02 Robert CollinsRestore forwarding of all time calls through TestResult...
2012-05-02 Robert Collins* Tags can now be filtered. (Jonathan Lange, #664171)
2012-04-26 Jonathan LangeAlways forward time events from TestResultFilter.
2012-04-26 Benji Yorkmake time pass through filtered tests
2012-04-26 Jonathan LangeFix up some XXX comments.
2012-04-26 Jonathan LangeMerge trunk
2012-04-26 Jonathan LangeMerge tag-collapsing-rigor.
2012-04-20 Jonathan LangeUse the TagsMixin on the predicate so local and global...
2012-04-20 Jonathan LangeFactor a TagsMixin out of TagCollapsingDecorator
2012-04-20 Jonathan LangeMake the integration test include local tags as well.
2012-04-20 Jonathan LangeMerge updates from tag-collapsing-rigor.
2012-04-20 Jonathan LangeFlush global tags too.
2012-04-20 Jonathan LangeMerge tag collapsing thing.
2012-04-20 Jonathan LangeCollapse tags outside of tests too.
2012-04-20 Jonathan LangeMake sure tags directives are sent before addSuccess...
2012-04-20 Jonathan LangeProperly scope tag collapsing
2012-04-20 Jonathan LangeMake sure tags are sent before result.
2012-04-19 Jonathan Langedon't rely on current_tags, implement it ourselves.
2012-04-19 Jonathan LangeComments.
2012-04-12 Jonathan LangeProgress, of a sort.
2012-04-10 Jonathan LangeAdd tests that exercise the subunit-filter filter.
2012-04-10 Jonathan LangeExtract a helper.p
2012-04-10 Jonathan LangeComposition is better than inheritance.
2012-04-10 Jonathan LangeMake sure all of our predicates support tags.
2012-04-10 Jonathan LangeAllow the predicate to filter tags.
2012-04-10 Jonathan LangeA layer of abstraction that can help us.
2012-04-10 Jonathan LangeFlakes
2012-04-10 Jonathan LangeFactor out the "fixup expected failures" thing so they...
2012-04-10 Jonathan LangeExtract out a filter base class that just deals with...
2012-03-27 Jonathan LangeMerge lp:~jml/subunit/to-csv -- Add subunit2csv script...
2012-03-27 Jonathan LangeFactor out subunit-notify
2012-03-27 Jonathan LangeAdd a post-run hook.
2012-03-27 Jonathan LangeTry to reduce double negatives and be more explicit...
2012-03-27 Jonathan LangeNot XML
2012-03-27 Jonathan LangeRename main() and give it a docstring.
2012-03-27 Jonathan LangeFactor out JUnitXML
2012-03-27 Jonathan LangeDocstrings and renaming.
2012-03-27 Jonathan LangeMore fiddling about.
2012-03-27 Jonathan LangeMore tweaking of boundaries.
2012-03-27 Jonathan LangeTry to factor out the filter code.
2012-03-25 Jonathan LangeRename csv_result to CsvResult.
2012-03-25 Jonathan LangeDon't write anything until startTestRun is called.
2012-03-25 Jonathan LangeTighter testing.
2012-03-25 Jonathan LangeDon't bother testing the script because no one has...
2012-03-25 Jonathan LangeTest for csv output.
2012-03-25 Jonathan LangeResolve XXX about testtools support for tags.
2012-03-25 Jonathan LangeMerge trunk.
2012-03-25 Jonathan LangeUpdate to behave correctly with tags.
2012-03-12 Jonathan LangeUse public testtools API for getting exception strings.
2012-02-16 Jonathan LangeClean up a flake
2012-02-16 Jonathan LangeMake sure the tests pass with 0.9.11 as well as 0.9...
2012-02-16 Jonathan LangeMerge trunk
2012-02-10 Jonathan Langeet binary mode on the stream for forwarding subunit...
2012-02-09 Jonathan LangeCode that works for 0.9.11 and against testtools trunk
next