summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Fallback to reading one-byte-at-a-time on Windows (#22)HEADtrunkClaudiu Belu2017-03-021-0/+5
* Release 1.2.Robert Collins2015-10-231-1/+1
* Fix StreamResultToBytes._write_packet()Victor Stinner2015-10-201-3/+17
* Skip hypothesis tests on 3.2Robert Collins2015-10-201-10/+15
* Handle very short packetsRobert Collins2015-08-042-1/+19
* Add subunit2disk which exports a stream to the fs.Robert Collins2015-07-133-0/+182
* Handle pypy, Python 3.4 and 3.5 in tests.Robert Collins2015-07-132-9/+10
* Support --locals in tracebacks and release 1.1.01.1.0Robert Collins2015-03-103-8/+9
* Remove support for SUBUNIT_FORMATTER, which has been broken for a long time.Jelmer Vernooij2014-12-112-19/+1
* Remove unused import.Jelmer Vernooij2014-12-021-1/+0
* Release 1.0.0.1.0.0Robert Collins2014-11-191-1/+1
* Improve showing of import errors in the Python runner.Robert Collins2014-11-182-1/+17
* Fix tests with testtools 1.2.0 and above.Robert Collins2014-11-181-2/+7
* 0.0.210.0.21Robert Collins2014-08-271-1/+1
* Release 0.0.200.0.20Robert Collins2014-08-271-1/+1
* 0.0.19Robert Collins2014-08-243-26/+64
* Release 0.0.18.0.0.18Robert Collins2014-01-301-1/+1
* Fix support for testtools 0.6.35.Robert Collins2014-01-301-1/+0
* Release 0.0.17Robert Collins2014-01-291-1/+1
* Import matcher used.Thomi Richards2014-01-131-0/+1
* Fix failing test on py33.Thomi Richards2014-01-131-6/+4
* Fix failing test in python 3.2.Thomi Richards2013-12-161-1/+1
* Make tests work in py2 and py3.Thomi Richards2013-12-101-1/+5
* Don't make tests convert to and from bytes. Instead, just use a StreamResult ...Thomi Richards2013-12-102-17/+49
* 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