summaryrefslogtreecommitdiff
path: root/src/_pytest/outcomes.py
AgeCommit message (Expand)Author
2021-01-14Improve way in which skip location is fixed up when skipped by markRan Benita
2020-12-15terminal: fix "(<Skipped instance>)" skip reason in test status lineRan Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
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-05-22Import `packaging` package lazilyRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-02-18Use a hack to make typing of pytest.fail.Exception & co workRan Benita
2020-01-16Use `TYPE_CHECKING` instead of `False`Daniel Hahler
2019-08-15Fix wording as suggested in review of #5741Bruno Oliveira
2019-08-15Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-08-09Improve docs of pytest.importorskipTim Hoffmann
2019-08-02Merge master into featuresDaniel Hahler
2019-07-17Don't accept bytes message in pytest.{fail,xfail,skip}Ran Benita
2019-07-17Allow bytes for OutcomeException(msg=...)Ran Benita
2019-07-14Type-annotate pytest.{exit,skip,fail,xfail,importorskip}Ran Benita
2019-07-10[cherry-pick to master] Add rudimentary mypy type checking (#5583)Bruno Oliveira
2019-07-09Improve type-checking in OutcomeExceptionBruno Oliveira
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-24Use new raise syntax in one caseAnthony Sottile
2019-06-06small mypy fixesAnthony Sottile
2019-06-04Use keyword-only arguments in a few placesBruno Oliveira
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-28Merge master into featuresDaniel Hahler
2019-05-27Switch to importlib-metadataAnthony Sottile
2019-05-20importorskip: display/include ImportErrorDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-12Produce a warning when unknown arguments are passed to pytest.param()Anthony Sottile
2019-03-15Update src/_pytest/outcomes.pyDaniel Hahler
2019-03-15Apply suggestions from code reviewDaniel Hahler
2019-03-15Include documentationTakafumi Arakaki
2019-01-20Improve quitting from pdbDaniel Hahler
2019-01-05Add changelog entry and update docs for importorskipBruno Oliveira
2019-01-04Allow providing a custom reason for `importorskip`Pedro Algarvio
2018-12-11Derive outcomes.exit.Exception from SystemExit instead of KeyboardInterruptDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-14Fix order of parameters when raising Exit exceptionJose Carlos Menezes
2018-10-14Update pytest.exit docstringJose Carlos Menezes
2018-10-14Change Exit.__init__ params order to keep backward compatibilityJose Carlos Menezes
2018-10-14Update pytest.exit docstringJose Carlos Menezes
2018-10-14Pass returncode to Error exception when creating instanceJose Carlos Menezes
2018-10-14Add returncode argument to pytest.exitJose Carlos Menezes
2018-09-02Mention explicitly when pytest.skip and pytest.xfail can be calledBruno Oliveira
2018-08-22py.builtins._totext -> string literals or six.text_typeAnthony Sottile