summaryrefslogtreecommitdiff
path: root/src/_pytest/reports.py
AgeCommit message (Expand)Author
2019-11-09[WIP] typing around terminalDaniel Hahler
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-30Introduce --report-log optionBruno Oliveira
2019-10-26Replace py.io.TextIO with io.StringIORan Benita
2019-09-17Merge master into featuresDaniel Hahler
2019-08-29Serialize/deserialize chained exceptionsBruno Oliveira
2019-08-26Refactor report serialization/deserialization codeBruno Oliveira
2019-08-16Fix some check_untyped_defs = True mypy warningsRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-27Merge master into featuresDaniel Hahler
2019-04-17Eliminate core dependency on 'terminal' pluginIlya Konstantinov
2019-04-17Merge pull request #5126 from blueyed/report-get_verbose_wordDaniel Hahler
2019-04-15terminal/reports: add/use _get_verbose_word methodDaniel Hahler
2019-04-15TestReport: use class name in reprDaniel Hahler
2019-03-28Rename hooks: to/from_serializableBruno Oliveira
2019-03-26Fix assertion in pytest_report_unserializeBruno Oliveira
2019-03-25Improve coverage for _report_unserialization_failureBruno Oliveira
2019-03-25Improve coverage for to_json() with paths in reportsBruno Oliveira
2019-03-25Code review suggestionsBruno Oliveira
2019-03-25Make sure TestReports are not collected as test classesBruno Oliveira
2019-03-25Add pytest_report_serialize and pytest_report_unserialize hooksBruno Oliveira
2019-03-25Add experimental _to_json and _from_json to TestReport and CollectReportBruno Oliveira
2019-03-19Internal refactorings in order to support the new pytest-subtests pluginBruno Oliveira
2019-01-29Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2019-01-13Remove some dead codeAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-09-26Succinct definition of user_propertiesZac-HD
2018-09-26Ensure user_properties is a listZac-HD
2018-06-26fix rebase artifactsRonny Pfannschmidt
2018-06-26move test reports to own fileRonny Pfannschmidt