| Commit message (Expand) | Author | Age | Files | Lines |
| * | Skip hypothesis tests on 3.2 | Robert Collins | 2015-10-20 | 1 | -10/+15 |
| * | Handle very short packets | Robert Collins | 2015-08-04 | 1 | -0/+14 |
| * | Add subunit2disk which exports a stream to the fs. | Robert Collins | 2015-07-13 | 2 | -0/+51 |
| * | Handle pypy, Python 3.4 and 3.5 in tests. | Robert Collins | 2015-07-13 | 2 | -9/+10 |
| * | Support --locals in tracebacks and release 1.1.01.1.0 | Robert Collins | 2015-03-10 | 1 | -6/+4 |
| * | Improve showing of import errors in the Python runner. | Robert Collins | 2014-11-18 | 1 | -0/+12 |
| * | Fix tests with testtools 1.2.0 and above. | Robert Collins | 2014-11-18 | 1 | -2/+7 |
| * | 0.0.19 | Robert Collins | 2014-08-24 | 1 | -11/+35 |
| * | Import matcher used. | Thomi Richards | 2014-01-13 | 1 | -0/+1 |
| * | Fix failing test on py33. | Thomi Richards | 2014-01-13 | 1 | -6/+4 |
| * | Fix failing test in python 3.2. | Thomi Richards | 2013-12-16 | 1 | -1/+1 |
| * | Make tests work in py2 and py3. | Thomi Richards | 2013-12-10 | 1 | -1/+5 |
| * | Don't make tests convert to and from bytes. Instead, just use a StreamResult ... | Thomi Richards | 2013-12-10 | 1 | -16/+48 |
| * | Generate scenarios inside subunit.tests.test_suite, not by subclassing WithSc... | Thomi Richards | 2013-12-09 | 2 | -4/+7 |
| * | Don't need to patch stderr anymore in the tests. | Thomi Richards | 2013-12-09 | 1 | -23/+10 |
| * | Allow the use of the --tag argument without specifying a test id. | Thomi Richards | 2013-12-09 | 1 | -14/+17 |
| * | Use the 'append' action, instead of specifying tags as a comma-separated list... | Thomi Richards | 2013-12-09 | 1 | -8/+10 |
| * | Patch sys.stdin correctly for testing. | Thomi Richards | 2013-12-02 | 1 | -4/+4 |
| * | Fix failing tests. | Thomi Richards | 2013-12-02 | 1 | -2/+2 |
| * | Fix failing tests. | Thomi Richards | 2013-12-02 | 1 | -1/+1 |
| * | Merged trunk, fixed conflict. | Thomi Richards | 2013-12-02 | 1 | -2/+12 |
| |\ |
|
| | * | Exit non-zero when listing includes import failures. | Robert Collins | 2013-11-30 | 1 | -2/+12 |
| | * | Another case of trailing whitespace. | Thomi Richards | 2013-11-25 | 1 | -1/+1 |
| * | | Add tests around reading binary files, empty files, and stdin. | Thomi Richards | 2013-11-25 | 1 | -0/+33 |
| * | | Added test for poorly specified tags. | Thomi Richards | 2013-11-25 | 1 | -0/+7 |
| * | | Add a few missing tests. | Thomi Richards | 2013-11-25 | 1 | -2/+32 |
| * | | Lots of fixes from code review. | Thomi Richards | 2013-11-25 | 1 | -117/+226 |
| * | | Add a few more tests for error cases in option parser. | Thomi Richards | 2013-11-25 | 1 | -10/+29 |
| * | | Merge trunk. | Thomi Richards | 2013-11-25 | 2 | -11/+30 |
| |\ \
| |/ |
|
| | * | The test suite was failing 6 tests due to testtools changing it's output | Robert Collins | 2013-11-24 | 2 | -11/+30 |
| * | | Python version compatibility fixes. | Thomi Richards | 2013-11-25 | 1 | -2/+6 |
| * | | Port code to use optparse, rather than argparse. | Thomi Richards | 2013-11-25 | 1 | -7/+5 |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-20 | 1 | -21/+18 |
| * | | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 1 | -0/+20 |
| * | | Remove quotes around 'subunit contributors' in copyright headers. | Thomi Richards | 2013-11-20 | 1 | -1/+1 |
| * | | Switch to using command line options to specify status. Expand help output, a... | Thomi Richards | 2013-11-20 | 1 | -145/+116 |
| * | | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 1 | -62/+81 |
| * | | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 1 | -13/+13 |
| * | | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 1 | -1/+0 |
| * | | PEP8 fixes. | Thomi Richards | 2013-11-19 | 1 | -11/+33 |
| * | | Add support for expected fail and unexpected success test statuses. | Thomi Richards | 2013-11-19 | 1 | -1/+41 |
| * | | Add support for tags. | Thomi Richards | 2013-11-19 | 1 | -0/+21 |
| * | | Aded NEWS item, fixed some test code. | Thomi Richards | 2013-11-19 | 1 | -3/+2 |
| * | | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 1 | -4/+23 |
| * | | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 1 | -6/+6 |
| * | | Add support for attaching files. | Thomi Richards | 2013-11-19 | 1 | -5/+45 |
| * | | Allow customisation of argument parser class used, so we can write failing te... | Thomi Richards | 2013-11-19 | 1 | -19/+29 |
| * | | Add tests for timestamps, and add support for 'exists'. | Thomi Richards | 2013-11-19 | 1 | -4/+51 |
| * | | Clean up tests: Don't use MatchesListwise for a single-length list. | Thomi Richards | 2013-11-19 | 1 | -17/+8 |
| * | | Generate a timestamp for all messages, and refactor argument parser to use co... | Thomi Richards | 2013-11-19 | 1 | -6/+37 |