summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_test_results.py
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Jelmer Vernooij2023-02-021-24/+24
* Improve unittest callsJelmer Vernooij2023-02-011-17/+28
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-7/+3
* Stop using io imports from testtoolsStephen Finucane2021-12-151-5/+2
* Remove logic for Python < 3.6Stephen Finucane2021-12-151-8/+2
* Fix imports from testtools.compatMatthieu Huin2021-06-151-1/+4
* BUG FIXESRobert Collins2013-06-161-6/+0
* * The ``failfast`` option to ``subunit.run`` will now work. The dependency onRobert Collins2012-12-171-0/+6
* * Python3 support regressed in trunk.Robert Collins2012-05-081-2/+8
* Flush global tags too.Jonathan Lange2012-04-201-0/+19
* Collapse tags outside of tests too.Jonathan Lange2012-04-201-4/+12
* Make sure tags directives are sent before addSuccess etc.Jonathan Lange2012-04-201-0/+35
* Rename csv_result to CsvResult.Jonathan Lange2012-03-251-3/+3
* Don't write anything until startTestRun is called.Jonathan Lange2012-03-251-0/+5
* Tighter testing.Jonathan Lange2012-03-251-4/+15
* Don't bother testing the script because no one has bothered for any ofJonathan Lange2012-03-251-2/+0
* Test for csv output.Jonathan Lange2012-03-251-1/+22
* Update to behave correctly with tags.Jonathan Lange2012-03-251-5/+5
* TodosJonathan Lange2012-02-031-0/+4
* Factor out the assertions.Jonathan Lange2012-02-021-98/+31
* Swathe of tests.Jonathan Lange2012-02-011-0/+226
* Add different support.Jonathan Lange2011-02-151-0/+15
* Make sure that we don't send time if there are none to send.Jonathan Lange2011-02-131-0/+15
* Properly handle multiple events.Jonathan Lange2011-02-131-1/+25
* Add a time collapsing decorator.Jonathan Lange2011-02-131-0/+25
* Implement the tag collapsing logic by stealing stuff from TRF and fixing it.Jonathan Lange2011-02-121-0/+15
* Get started, fix a bug in subunit's decorator.Jonathan Lange2011-02-121-0/+13
* More flakes to fix upJonathan Lange2011-02-101-13/+7
* Cruft. Go.Robert Collins2009-12-131-8/+0
* Use the newly exposed test helpers from testtools trunk.Robert Collins2009-12-131-78/+0
* Use testtools facilities for the details API.Robert Collins2009-12-111-340/+3
* Teach filters about details and outcomes.Robert Collins2009-10-251-0/+18
* Move transport decoration fallback to use the ExtendedToOriginal fallback.Robert Collins2009-10-251-15/+27
* Support the time protocol on ExtendedToOriginalDecorator.Robert Collins2009-10-191-0/+16
* Support tags on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* Support progress on the ExtendedToOriginal decorator.Robert Collins2009-10-191-0/+16
* Change the ExtendedToOriginal decorator to fallback xfails as success.Robert Collins2009-10-191-2/+12
* Implement a python TestResult decorator for outcome details.Robert Collins2009-10-181-0/+358
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
* Extend the progress model to support a push/pop model.Robert Collins2009-08-081-3/+4
* Basic progress support.Robert Collins2009-07-281-0/+7
* Add missing shouldStop attribute to TestResult decorators.Robert Collins2009-07-231-0/+8
* Add AutoTimingTestResultDecorator.Robert Collins2009-07-221-1/+51
* Add subunit.test_results.HookedTestResultDecorator.Robert Collins2009-07-221-0/+113