summaryrefslogtreecommitdiff
path: root/testing/test_reports.py
AgeCommit message (Expand)Author
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-27Fix py35 CI runFlorian Dahlitz
2020-05-26Apply suggestions from @bluetechFlorian Dahlitz
2020-05-25Prevent pytest from printing ConftestImportFailure tracebackFlorian Dahlitz
2020-04-04Fix tests: use explicit syspathinsert where tests might hang (#7008)Daniel Hahler
2020-01-16Use a dummy RemoteTraceback for test in Python 3.5 WindowsBruno Oliveira
2020-01-07Use concurrent.futures for fidelity to the original reportBruno Oliveira
2020-01-06Fix serialization of 'None' reprcrashesBruno Oliveira
2019-10-30Introduce --report-log optionBruno Oliveira
2019-10-26Replace a few outdated references to py.test with pytestRan Benita
2019-08-29Serialize/deserialize chained exceptionsBruno Oliveira
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-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-25Note that tests from xdist reference the correct xdist issuesBruno 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