summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix failing tests.Thomi Richards2013-12-022-5/+5
| |
| * Fix failing tests.Thomi Richards2013-12-021-1/+1
| |
| * Add files to listings in Makefile.amThomi Richards2013-12-021-2/+4
| |
| * Updated NEWS file.Thomi Richards2013-12-021-3/+6
| |
| * Merged trunk, fixed conflict.Thomi Richards2013-12-029-11/+38
| |\ | |/ |/|
* | Document evil workaround.Robert Collins2013-11-301-0/+1
| |
* | Update perl distcheck hack for new location.Robert Collins2013-11-301-1/+1
| |
* | Add missing filters test script from EXTRA_DIST.Robert Collins2013-11-301-0/+1
| |
* | Release 0.0.16.0.0.16Robert Collins2013-11-303-2/+5
| |
* | Exit non-zero when listing includes import failures.Robert Collins2013-11-304-8/+30
| |
| * Remove debugging code.Thomi Richards2013-11-251-9/+0
| |
| * Read binary from stdin.Thomi Richards2013-11-251-1/+4
| |
| * Add tests around reading binary files, empty files, and stdin.Thomi Richards2013-11-251-0/+33
| |
| * Open files in binary mode.Thomi Richards2013-11-251-4/+4
| |
| * Make usage line match help text.Thomi Richards2013-11-251-1/+1
| |
| * Added test for poorly specified tags.Thomi Richards2013-11-252-1/+10
| |
| * Fix setup.py deps.Thomi Richards2013-11-251-1/+0
| |
| * Add a few missing tests.Thomi Richards2013-11-252-2/+33
| |
| * Merged trunk.Thomi Richards2013-11-250-0/+0
| |\ | |/ |/|
* | Another case of trailing whitespace.Thomi Richards2013-11-251-1/+1
| |
* | Fixup README trailing whitespaces.Thomi Richards2013-11-251-3/+3
| |
| * Lots of fixes from code review.Thomi Richards2013-11-253-181/+303
| |
| * Make sure filter script is installed.Thomi Richards2013-11-252-3/+4
| |
| * Add a few more tests for error cases in option parser.Thomi Richards2013-11-252-11/+35
| |
| * Merge trunk.Thomi Richards2013-11-255-19/+37
| |\ | |/ |/|
* | * Perl files should now honour perl system config.Robert Collins2013-11-242-1/+4
| | | | | | | | | | | | | | | | | | | | | | (Benedikt Morbach, #1233198) With INSTALL_BASE, perl files are unconditionally installed to ${prefix}/lib/perl5/ instead of respecting the system-dependent perl library path that is set when perl is installed. (sitelib/vendorlib) If INSTALL_BASE is changed to PREFIX, it correctly finds the path where it should install via perl's Config.pm
* | The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-244-18/+33
| | | | | | | | formatting of exceptions. (Robert Collins)
| * 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, ↵Thomi Richards2013-11-202-221/+179
| | | | | | | | and refactor several test cases.
| * 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 ↵Thomi Richards2013-11-192-24/+39
| | | | | | | | tests for command line arguments not yet supported. Have failing test for attaching files.
| * Add tests for timestamps, and add support for 'exists'.Thomi Richards2013-11-192-12/+80
| |