summaryrefslogtreecommitdiff
path: root/src/_pytest/skipping.py
AgeCommit message (Expand)Author
2021-03-04Fix skip signature (#8392)Florian Bruhin
2021-01-14Improve way in which skip location is fixed up when skipped by markRan Benita
2021-01-13unittest: cleanup unexpected success handling (#8231)Anton
2020-12-12Add `pytest_markeval_namespace` hook.Pedro Algarvio
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-14skipping: fix dynamic xfail mark added in runtest not respectedRan Benita
2020-07-14skipping: slight simplificationRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-09Fix reported location of skip when --runxfail is used (#7432)Arvin Firouzi
2020-07-01skipping: use plain compile() instead of _pytest._code.compile()Ran Benita
2020-06-21skipping: better links in --markers outputRan Benita
2020-06-21skipping: simplify xfail handling during call phaseRan Benita
2020-06-20skipping: refactor skipif/xfail mark evaluationRan Benita
2020-06-19skipping: move MarkEvaluator from _pytest.mark.evaluate to _pytest.skippingRan Benita
2020-06-19skipping: use pytest_runtest_call instead of pytest_pyfunc_callRan Benita
2020-06-05Improve types around repr_failure()Ran Benita
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-04Use reportinfo() instead of location in skipping messageBruno Oliveira
2020-05-03Relative path to invocationdir instead rootdir.Katarzyna
2020-02-28Add a typing-compatible mechanism for ad-hoc attributes on various objectsRan Benita
2019-11-06Merge master into featuresDaniel Hahler
2019-10-31typosPatrick Harmon
2019-10-29terminal: fix line offset with skip reportsDaniel Hahler
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-05-08Merge pull request #5013 from blueyed/short-summary-messageDaniel Hahler
2019-05-04Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-05-01Improve help for --runxfail flagAllan Lewis
2019-04-17Merge remote-tracking branch 'origin/features' into short-summary-messageDaniel Hahler
2019-04-11Remove partial unicode characters from summary messages in Python 2Bruno Oliveira
2019-04-07cleanup: move terminal summary code to terminal pluginDaniel Hahler
2019-04-05use wcwidthDaniel Hahler
2019-04-05change separator to hyphenDaniel Hahler
2019-04-04factor out _get_line_with_reprcrash_messageDaniel Hahler
2019-04-04Display message from reprcrash in short test summaryDaniel Hahler
2019-03-26skipping: factor out _get_pos, pass only config to _get_report_strDaniel Hahler
2019-01-30Fix pytest_report_teststatus call to pass new config object (#4691)Bruno Oliveira
2019-01-24resolving report.when attribute should be reliable nowwim glenn
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-28Use https, save a redirectSteve Piercy
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile