third_party/subunit
2013-11-20 Thomi Richardscode cleanup, added a few more tests for the --file...
2013-11-20 Thomi RichardsFix docstring, code shuffle.
2013-11-20 Thomi RichardsRemove quotes around 'subunit contributors' in copyrigh...
2013-11-20 Thomi RichardsSwitch to using command line options to specify status...
2013-11-19 Thomi RichardsLots of code cleanup, about to refactor argument parsing.
2013-11-19 Thomi RichardsRemove shebang from subunit._output module.
2013-11-19 Thomi RichardsPython 3 compatibility fixes.
2013-11-19 Thomi RichardsFix things pyflakes complains about.
2013-11-19 Thomi RichardsPEP8 fixes.
2013-11-19 Thomi RichardsMade help/usage documentation much more useful.
2013-11-18 Thomi RichardsReverted whitespace changes to NEWS file.
2013-11-18 Thomi RichardsAdd support for expected fail and unexpected success...
2013-11-18 Thomi RichardsAdd support for tags.
2013-11-18 Thomi RichardsAded NEWS item, fixed some test code.
2013-11-18 Thomi RichardsAdd support for passing mime-type on the command-line.
2013-11-18 Thomi RichardsExtend test to make sure that by default no mime-type...
2013-11-18 Thomi RichardsAdd support for attaching files.
2013-11-18 Thomi RichardsAllow customisation of argument parser class used,...
2013-11-18 Thomi RichardsAdd tests for timestamps, and add support for 'exists'.
2013-11-18 Thomi RichardsClean up tests: Don't use MatchesListwise for a single...
2013-11-18 Thomi RichardsGenerate a timestamp for all messages, and refactor...
2013-11-18 Thomi RichardsA better approach to testing the generate_bytestream...
2013-11-18 Thomi RichardsFirst pass, missing some tests.
2013-11-17 Thomi RichardsAdded empty test module to test suite.
2013-11-17 Thomi RichardsAdded new script file, modified setup.py to install...
2013-08-25 Robert Collins* Most filters will now accept a file path argument...
2013-08-25 Robert CollinsRetabbed subunit2gtk.
2013-08-25 Robert CollinsBetter PEP8 in subunit-tags script.
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-24 Jelmer VernooijInvoke AM_PATH_AR. Fixes a warning from autoreconf.
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 CollinsAdd basic 1to2 and 2to1 filters.
2013-02-25 Robert CollinsMake streams all binary and fix incorrect ordering...
2013-02-25 Robert CollinsMore docs.
2013-02-25 Robert CollinsAdd an implementation of parser and generator for v2...
2013-02-24 Robert CollinsMissing word.
2013-02-22 Robert CollinsStart on an encoder.
2013-02-22 Robert CollinsFix CRC32 in example.
2013-02-22 Robert CollinsTypo fix.
2013-02-22 Robert CollinsDocument new wire protocol.
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 CollinsActually document the version in NEWS.
2012-12-17 Robert CollinsRelease 0.0.9.
2012-12-17 Robert CollinsAlso include tests in PyPI tarball, for folk that want...
2012-12-17 Robert CollinsDocument subunit2csv's existence.
2012-12-17 Robert Collins* Test ids which include non-ascii unicode characters...
2012-12-17 Robert Collins* All the source files are now included in the distribu...
2012-12-17 Robert Collins* The ``failfast`` option to ``subunit.run`` will now...
2012-05-10 Robert CollinsFix distcheck (again).
2012-05-09 Robert CollinsAlso dist ``python/subunit/filters.py``. (Robert Collins)
2012-05-09 Robert Collins* ``python/subunit/tests/test_run.py`` was not included...
2012-05-07 Robert CollinsRelease 0.0.8.
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-07 Robert CollinsIgnore __pycache__.
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 LangePut stuff in functions.
2012-04-20 Jonathan LangeRestore regex filtering.
2012-04-20 Jonathan LangeRe-use slightly more code.
2012-04-20 Jonathan LangeRe-use more common code.
2012-04-20 Jonathan LangeMake the integration test include local tags as well.
next