summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | * Perl files should now honour perl system config.Robert Collins2013-11-242-1/+4
* | The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-244-18/+33
| * Python version compatibility fixes.Thomi Richards2013-11-251-2/+6
| * Port code to use optparse, rather than argparse.Thomi Richards2013-11-252-47/+51
| * Fix indentation.Thomi Richards2013-11-201-12/+12
| * PEP8 fixes.Thomi Richards2013-11-201-21/+18
| * code cleanup, added a few more tests for the --file-name option.Thomi Richards2013-11-202-4/+25
| * Fix docstring, code shuffle.Thomi Richards2013-11-201-21/+19
| * Remove quotes around 'subunit contributors' in copyright headers.Thomi Richards2013-11-203-3/+3
| * Switch to using command line options to specify status. Expand help output, a...Thomi Richards2013-11-202-221/+179
| * Lots of code cleanup, about to refactor argument parsing.Thomi Richards2013-11-204-154/+182
| * Remove shebang from subunit._output module.Thomi Richards2013-11-191-1/+0
| * Python 3 compatibility fixes.Thomi Richards2013-11-192-18/+18
| * Fix things pyflakes complains about.Thomi Richards2013-11-192-8/+7
| * PEP8 fixes.Thomi Richards2013-11-192-26/+51
| * Made help/usage documentation much more useful.Thomi Richards2013-11-191-2/+10
| * Reverted whitespace changes to NEWS file.Thomi Richards2013-11-191-6/+6
| * Add support for expected fail and unexpected success test statuses.Thomi Richards2013-11-192-1/+57
| * Add support for tags.Thomi Richards2013-11-192-1/+30
| * Aded NEWS item, fixed some test code.Thomi Richards2013-11-192-9/+11
| * Add support for passing mime-type on the command-line.Thomi Richards2013-11-192-5/+36
| * Extend test to make sure that by default no mime-type is specified.Thomi Richards2013-11-192-7/+10
| * Add support for attaching files.Thomi Richards2013-11-192-5/+70
| * Allow customisation of argument parser class used, so we can write failing te...Thomi Richards2013-11-192-24/+39
| * Add tests for timestamps, and add support for 'exists'.Thomi Richards2013-11-192-12/+80
| * 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