summaryrefslogtreecommitdiff
path: root/testtools/testresult/real.py
Commit message (Expand)AuthorAgeFilesLines
* Document extended test result interfaceJonathan Lange2015-12-101-0/+5
* Hide TestRecord and StreamToTestRecordJonathan Lange2015-11-121-20/+20
* Old-fashioned set syntaxJonathan Lange2015-11-091-2/+2
* Abstract text_or_bytesJonathan Lange2015-11-091-5/+5
* Change PRecord to PClassJonathan Lange2015-11-091-2/+2
* Move test_dict_to_case near StreamToDictJonathan Lange2015-11-091-15/+15
* Don't use StreamToDict internallyJonathan Lange2015-11-091-9/+9
* _streamer -> _hookJonathan Lange2015-11-091-8/+8
* StreamSummary with composition, not inheritanceJonathan Lange2015-11-091-2/+12
* Extract StreamToTestRecord base classJonathan Lange2015-11-091-22/+68
* Move _make_content_type closer to where it is usedJonathan Lange2015-11-091-21/+21
* Put to_test_case logic on TestRecordJonathan Lange2015-11-091-8/+25
* Make _status_map persistent.Jonathan Lange2015-11-091-2/+2
* Move test_dict_to_case closer to test_dict definitionJonathan Lange2015-11-091-27/+27
* Remove temporary variable 'case'Jonathan Lange2015-11-091-8/+7
* Extract got_fileJonathan Lange2015-11-091-8/+19
* Extract got_timestamp functionJonathan Lange2015-11-091-6/+10
* Move creation logic to TestRecord itselfJonathan Lange2015-11-091-10/+11
* Actually use TestRecord internallyJonathan Lange2015-11-091-25/+59
* Extract methods for making and updating recordJonathan Lange2015-11-091-13/+25
* Extract _make_content_typeJonathan Lange2015-11-091-14/+22
* Use `case` consistently, over `_inprogress[key]`Jonathan Lange2015-11-091-5/+13
* Use name for interim statesJonathan Lange2015-11-091-1/+1
* Aspirational documentationJonathan Lange2015-11-091-0/+66
* Update PlaceHolder indentationJonathan Lange2015-11-061-3/+3
* Restore & deprecate domapJonathan Lange2015-11-061-6/+19
* Spell out `f` and `xs`Jonathan Lange2015-11-031-2/+2
* Drop `__metaclass__` declarationJonathan Lange2015-11-021-1/+0
* Document confusing `domap`Jonathan Lange2015-11-021-6/+7
* Remove duplicate implementation of methodJonathan Lange2015-11-021-3/+0
* Fix lint in testresult.realJonathan Lange2015-11-021-56/+73
* Fix pypy3 tests by using ceil when reporting duration.Robert Collins2015-03-111-4/+10
* Fix output of empty attachments.Robert Collins2015-03-101-0/+2
* Overhaul exception reporting.Robert Collins2015-03-101-6/+13
* Fix rST error in `StreamResult`Jonathan Lange2014-08-261-2/+0
* Handle content objects betterRobert Collins2014-08-241-4/+7
* Remove and relocate some now un-needed compatibility functions.Daniel Watkins2013-12-031-1/+1
* Remove trailing whitespace.Daniel Watkins2013-12-031-16/+16
* Fix Typo in StreamResult docs.Thomi Richards2013-11-191-1/+1
* Fix StreamSummary counting of testsRun.Robert Collins2013-11-051-1/+1
* Make epytext documentation workJonathan Lange2013-04-041-39/+40
* ExtendedToStreamDecorator wasn't using kwargs consistently.Robert Collins2013-04-041-3/+3
* Add a StreamResult Router.Robert Collins2013-04-031-0/+125
* Add a StreamResult safe for use in threaded/concurrent code.Robert Collins2013-03-201-1/+65
* Add a timestamping StreamResult.Robert Collins2013-03-181-0/+18
* Add StreamTagger, for tagging StreamResult events.Robert Collins2013-03-161-0/+24
* Add an adapter to adapt StreamResult event streams into ExtendedTestResult.Robert Collins2013-03-161-1/+41
* Add an adapter to convert ExtendedTestResult to StreamResult.Robert Collins2013-03-151-1/+134
* Add a dedicated interface for controlling an in-progress TestRun.Robert Collins2013-03-141-0/+38
* Add StreamSummary to generate summary statistics and capture failures.Robert Collins2013-03-121-0/+104