summaryrefslogtreecommitdiff
path: root/testtools/tests/test_testresult.py
Commit message (Expand)AuthorAgeFilesLines
* Fix various test failures with Python 3.11Colin Watson2022-07-011-10/+13
* Merge branch 'master' into rm-3.5Hugo van Kemenade2022-06-061-3/+3
|\
| * Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead.Hugo van Kemenade2022-06-041-3/+3
* | Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-1/+0
|/
* Add support for Python 3.10Jürgen Gmach2021-10-141-1/+4
* Fix for Python 3.10Hugo van Kemenade2021-06-261-0/+2
* trivial: Cleanup importsStephen Finucane2021-02-251-4/+3
* Re-introduce 'try_imports'Stephen Finucane2021-02-251-1/+1
* Remove use of 'try_imports'Stephen Finucane2021-02-251-3/+4
* Remove use of 'safe_hasattr'Stephen Finucane2021-02-251-2/+2
* Fix syntax error test for Python 3.9Michel Alexandre Salim2020-05-161-0/+3
* Drop support for EOL Python 2.7Hugo2020-01-181-7/+2
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-8/+8
* Remove redundant Python 2 compatability codeHugo2020-01-181-61/+50
* Upgrade Python syntax with pyupgradeHugo2020-01-181-68/+68
* Extra space expected in PyPy outputHugo2019-11-251-1/+6
* Drop support for EOL Python 3.3Hugo2018-05-031-1/+1
* Spelling fixes (#261)Ville Skyttä2017-05-291-3/+3
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-111-2/+75
* Don't add file details without content (#252)Thomas Hervé2017-02-081-0/+12
* Support TestResults without stop/shouldStopJonathan Lange2016-02-041-15/+27
* Remove VWSJonathan Lange2015-11-061-3/+0
* Lint clear-upJonathan Lange2015-11-021-5/+15
* Fix output of empty attachments.Robert Collins2015-03-101-0/+47
* Overhaul exception reporting.Robert Collins2015-03-101-15/+28
* Fix unit tests which failed under pypy due to a change in the way tracebacks ...Thomi Richards2014-10-151-14/+25
* Remove Python 2.4 deprecation warning special-casing.Daniel Watkins2013-12-031-8/+0
* Remove (always skipped) test for string exceptions.Daniel Watkins2013-12-031-9/+0
* Remove another Python 2.4 special case.Daniel Watkins2013-12-031-1/+1
* Remove trailing whitespace.Daniel Watkins2013-12-031-1/+1
* Fix StreamSummary counting of testsRun.Robert Collins2013-11-051-1/+2
* Disable hiding internal frames within user frames.Robert Collins2013-06-161-0/+1
* Add a StreamResult Router.Robert Collins2013-04-031-0/+146
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-201-1/+59
* Add a timestamping StreamResult.Robert Collins2013-03-181-0/+33
* Add StreamTagger, for tagging StreamResult events.Robert Collins2013-03-161-0/+46
* Add an adapter to adapt StreamResult event streams into ExtendedTestResult.Robert Collins2013-03-161-0/+16
* Add an adapter to convert ExtendedTestResult to StreamResult.Robert Collins2013-03-151-0/+64
* Add a dedicated interface for controlling an in-progress TestRun.Robert Collins2013-03-141-0/+60
* Add StreamSummary to generate summary statistics and capture failures.Robert Collins2013-03-121-0/+157
* Provide a loosely typed buffer layer for simple processing of completed tests.Robert Collins2013-03-121-0/+94
* Adds a CopyStreamResult which copies StreamResult events to multiple outputs.Robert Collins2013-03-091-0/+40
* Adds a recording StreamResult for writing tests with.Robert Collins2013-03-081-0/+43
* This defines a new sort of TestResult, StreamResult.Robert Collins2013-03-071-0/+64
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-1/+2
* * ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.Robert Collins2012-12-161-0/+55
* Address mgz's comment.Jonathan Lange2012-10-191-5/+3
* Broaden the check to include PermissionError.Jonathan Lange2012-10-191-6/+8
* Fix all of the cosmetic Python 3.3 failures.Jonathan Lange2012-10-191-8/+16
* Fix some tests to account for new py3k quirksMartin2012-07-271-1/+3