summaryrefslogtreecommitdiff
path: root/testtools/testresult
Commit message (Expand)AuthorAgeFilesLines
* Wrap content-type params in a dictionaryMatthew Treinish2023-03-101-1/+1
* Replace deprecated `cgi` module usage with `email`Matthew Treinish2023-02-061-2/+5
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2022-02-071-11/+11
* Remove mimeparse dependencyStephen Finucane2021-02-251-7/+19
* trivial: Cleanup importsStephen Finucane2021-02-251-3/+4
* Re-introduce 'try_imports'Stephen Finucane2021-02-251-1/+1
* Remove use of 'try_imports'Stephen Finucane2021-02-251-3/+2
* Remove use of 'safe_hasattr'Stephen Finucane2021-02-251-4/+4
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-182-69/+69
* Remove redundant Python 2 compatability codeHugo2020-01-181-17/+3
* Upgrade Python syntax with pyupgradeHugo2020-01-181-13/+13
* Spelling fixes (#261)Ville Skyttä2017-05-291-1/+1
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-113-6/+70
* Don't add file details without content (#252)Thomas Hervé2017-02-081-1/+1
* Revert usage of pyrsistentThomas Herve2016-03-041-29/+34
* Support TestResults without stop/shouldStopJonathan Lange2016-02-042-14/+70
* Fix typo: flexabilitytypo-flexabilityLeo Arias2016-01-271-1/+1
* 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
* Allow event_log to be passed to result doublesJonathan Lange2015-11-021-8/+12
* Fix lint in testresult.realJonathan Lange2015-11-021-56/+73
* Lint clear-upJonathan Lange2015-11-021-6/+7
* Fix pypy3 tests by using ceil when reporting duration.Robert Collins2015-03-111-4/+10