summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-192-15/+74
| * A better approach to testing the generate_bytestream function.Thomi Richards2013-11-181-14/+55
| * First pass, missing some tests.Thomi Richards2013-11-182-3/+141
| * Added empty test module to test suite.Thomi Richards2013-11-182-1/+25
| * Added new script file, modified setup.py to install it, and added an empty im...Thomi Richards2013-11-183-3/+45
|/
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-259-10/+74
* Retabbed subunit2gtk.Robert Collins2013-08-251-8/+8
* Better PEP8 in subunit-tags script.Robert Collins2013-08-251-0/+1
* * Python 3.1 and 3.2 have an inconsistent memoryview implementation whichRobert Collins2013-08-252-1/+22
* * V2 parser errors now set appropriate mime types for the encapsulated packetRobert Collins2013-08-253-14/+34
* Release 0.0.150.0.15Robert Collins2013-08-253-2/+5
* * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2.Robert Collins2013-08-252-10/+18
* * Clients of subunit did not expect memoryview objects in StreamResult events.Robert Collins2013-08-253-0/+14
* Release 0.0.140.0.14Robert Collins2013-08-243-2/+5
* * Memoryview detection was broken and thus it's use was never really tested.Robert Collins2013-08-242-3/+13
* * TestTestProtocols' test_*_details were dictionary sort order dependent.Robert Collins2013-08-243-19/+69
* * TestTestProtocols' test_tags_both was set sort order dependent.Robert Collins2013-08-242-2/+9
* * TestProtocol2's tag tests were set sort order dependent.Robert Collins2013-08-242-4/+13
* Release 0.0.13.0.0.13Robert Collins2013-06-173-3/+8
* * `subunit-stats` no longer outputs encapsulated stdout as subunit.Robert Collins2013-06-173-5/+13
* * The logic for `subunit.run` is now importable via python -Robert Collins2013-06-172-1/+11
* BUG FIXESRobert Collins2013-06-1617-304/+62
* Merge use of AM_PATH_AR in configure.ac, which fixes a warning from autoconf.Jelmer Vernooij2013-05-251-0/+1
|\
| * Invoke AM_PATH_AR. Fixes a warning from autoreconf.Jelmer Vernooij2013-05-251-0/+1
* | Release 0.120.0.12Robert Collins2013-05-253-2/+5
|/
* BUG FIXESRobert Collins2013-05-133-0/+17
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-089-10/+15
* Switch to variable length encoded integers.Robert Collins2013-03-314-201/+436
* * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbufferedRobert Collins2013-03-132-0/+11
* Fixes from getting testrepository running with v2.Robert Collins2013-03-064-21/+75
* Enumerate tests before running (permits progress bars).Robert Collins2013-03-042-1/+20
* Fix up buffering to make pdb usable.Robert Collins2013-03-043-3/+24
* Convert subunit.run to v2.Robert Collins2013-03-032-16/+15
* Port existing filters to v2.Robert Collins2013-03-0312-382/+358
* Update subunit-ls.Robert Collins2013-02-273-10/+33
* Batch up input in ByteStreamToStreamResult.Robert Collins2013-02-263-12/+31
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-264-81/+127
* Add basic 1to2 and 2to1 filters.Robert Collins2013-02-254-0/+92
* Make streams all binary and fix incorrect ordering of mime encoding.Robert Collins2013-02-251-6/+11
* More docs.Robert Collins2013-02-252-0/+13
* Add an implementation of parser and generator for v2 streams.Robert Collins2013-02-253-32/+493
* Missing word.Robert Collins2013-02-241-1/+1
* Start on an encoder.Robert Collins2013-02-224-0/+162
* Fix CRC32 in example.Robert Collins2013-02-221-1/+1
* Typo fix.Robert Collins2013-02-221-1/+1
* Document new wire protocol.Robert Collins2013-02-221-14/+225
* Release 0.0.10.0.0.10Robert Collins2013-02-084-12/+18
* * make_stream_binary is now public for reuse. (Robert Collins)Robert Collins2013-02-073-5/+10
* Tweak Python3 support to help testrepository get 3-ready.Robert Collins2013-01-272-3/+13