summaryrefslogtreecommitdiff
path: root/python/subunit
Commit message (Expand)AuthorAgeFilesLines
* Generate scenarios inside subunit.tests.test_suite, not by subclassing WithSc...Thomi Richards2013-12-092-4/+7
* Don't need to patch stderr anymore in the tests.Thomi Richards2013-12-091-23/+10
* Allow the use of the --tag argument without specifying a test id.Thomi Richards2013-12-092-18/+17
* Use the 'append' action, instead of specifying tags as a comma-separated list...Thomi Richards2013-12-092-21/+15
* Fix typo.Thomi Richards2013-12-091-1/+1
* Patch sys.stdin correctly for testing.Thomi Richards2013-12-021-4/+4
* Use make_stream_binary to turn stdin into a binary stream.Thomi Richards2013-12-021-4/+2
* Fix failing tests.Thomi Richards2013-12-022-5/+5
* Fix failing tests.Thomi Richards2013-12-021-1/+1
* Merged trunk, fixed conflict.Thomi Richards2013-12-023-8/+25
|\
| * Release 0.0.16.0.0.16Robert Collins2013-11-301-1/+1
| * Exit non-zero when listing includes import failures.Robert Collins2013-11-302-7/+24
| * Another case of trailing whitespace.Thomi Richards2013-11-251-1/+1
* | 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
* | Add a few missing tests.Thomi Richards2013-11-252-2/+33
* | Lots of fixes from code review.Thomi Richards2013-11-252-180/+301
* | Add a few more tests for error cases in option parser.Thomi Richards2013-11-252-11/+35
* | Merge trunk.Thomi Richards2013-11-253-18/+30
|\ \ | |/
| * The test suite was failing 6 tests due to testtools changing it's outputRobert Collins2013-11-243-18/+30
* | 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-202-2/+2
* | 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-202-153/+180
* | 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
* | 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-191-3/+2
* | 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