summaryrefslogtreecommitdiff
path: root/src/_pytest/reports.py
AgeCommit message (Expand)Author
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-29Fix TestReport.longreprtext when TestReport.longrepr is not a stringBruno Oliveira
2020-07-10Stop using ExceptionInfo.errisinstance internallyRan Benita
2020-06-25hookspec: improve typing of some remaining hooksRan Benita
2020-06-14doc/reference: add CollectReportRan Benita
2020-06-12Finish deprecation of "slave"Zac-HD
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate main.py and some parts related to collectionRan Benita
2020-04-30terminalwriter: remove TerminalWriter's stringio argumentRan Benita
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
2020-03-27Doc fixes (#6861)Daniel Hahler
2020-03-21Upgrade mypy 0.761 -> 0.770Ran Benita
2020-03-05doc: reports: count_towards_summary: is a propertyDaniel Hahler
2020-03-03Use attrs with all Repr classes (#6739)Daniel Hahler
2020-02-18Use a hack to make typing of pytest.fail.Exception & co workRan Benita
2020-02-14reports: use attr.asdict with serialize_repr_{crash,traceback} (#6732)Daniel Hahler
2020-01-23config: typing for create_terminal_writer, re-export TerminalWriterDaniel Hahler
2020-01-19Fix check_untyped_defs in test_runnerRan Benita
2020-01-17typing: Node.reportinfo: might return py.path.local via fspathDaniel Hahler
2020-01-14master: update mypy 0.740 -> 0.761Ran Benita
2020-01-06Fix serialization of 'None' reprcrashesBruno Oliveira
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