summaryrefslogtreecommitdiff
path: root/testtools/tests/test_testresult.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ``ThreadsafeForwardingResult`` now forwards global tags as test-local tags,Robert Collins2012-05-071-10/+11
* Make the tests pass in Python 2.4 again.Jonathan Lange2012-04-261-1/+3
* Failing test to reproduce the bug.Jonathan Lange2012-04-191-0/+31
* Merge tagger. Adds Tagger TestResult object that tags a set of tests withJonathan Lange2012-04-171-0/+25
|\
| * Add a TestResultDecorator that tags every test.Jonathan Lange2012-04-131-0/+25
* | Documentation tweaks.Jonathan Lange2012-04-131-5/+22
* | Test local tag support.Jonathan Lange2012-04-131-0/+19
* | More tests for global tags, addressing a logic bug.Jonathan Lange2012-04-131-4/+23
* | Start testing TSFR's tag support.Jonathan Lange2012-04-131-0/+28
* | Actually test the threadsafe bit, sort of.Jonathan Lange2012-04-131-0/+33
* | Split up test_forwarding_methods.Jonathan Lange2012-04-131-38/+52
* | Make _merge_tags a function.Jonathan Lange2012-04-131-8/+8
* | Change the API so that merge_tags takes a tuple of (new, gone) for both param...Jonathan Lange2012-04-131-4/+4
* | rewrite the tags_helper test to be a little clearer.Jonathan Lange2012-04-131-9/+28
* | Make the event log when making the result.Jonathan Lange2012-04-131-15/+13
* | Make the results in the tests, rather than setUpJonathan Lange2012-04-131-33/+37
* | Fix the indentation!Jonathan Lange2012-04-131-12/+12
|/
* Merge trunk.Jonathan Lange2012-04-131-1/+160
|\
| * Add test-by-test-result.Jonathan Lange2012-04-131-1/+160
| |\
| | * Better tag handling.Jonathan Lange2012-04-111-3/+9
| | * Add TestByTestResult.Jonathan Lange2012-04-111-1/+154