summaryrefslogtreecommitdiff
path: root/testing/test_skipping.py
AgeCommit message (Expand)Author
2020-12-12Add `pytest_markeval_namespace` hook.Pedro Algarvio
2020-10-28Migrate test_skipping.py from testdir to pytester (#7953)Christine M
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-14skipping: fix dynamic xfail mark added in runtest not respectedRan Benita
2020-07-09Fix reported location of skip when --runxfail is used (#7432)Arvin Firouzi
2020-06-20skipping: refactor skipif/xfail mark evaluationRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-30Issue 1316 - longrepr is a string when pytrace=False (#7100)Katarzyna Król
2020-05-04Remove unnecessary file in test.Katarzyna
2020-05-04Test relapth when rootdir != invocationdir.Katarzyna
2020-04-17Issue 4677 - always relative path in skip report (#6953)Katarzyna Król
2019-11-16re-run blackDaniel Hahler
2019-10-29terminal: fix line offset with skip reportsDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-07-09Improve type-checking in OutcomeExceptionBruno 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-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-28Merge master into featuresDaniel Hahler
2019-05-20importorskip: display/include ImportErrorDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-04-17move testDaniel Hahler
2019-04-17Merge remote-tracking branch 'origin/features' into short-summary-messageDaniel Hahler
2019-04-07cleanup: move terminal summary code to terminal pluginDaniel Hahler
2019-04-06__tracebackhide__ for checkDaniel Hahler
2019-04-06py2 fixesDaniel Hahler
2019-04-05use wcwidthDaniel Hahler
2019-04-05test with 😄 in messageDaniel 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-23tests: fnmatch_lines: use listDaniel Hahler
2019-02-16Fix python3.8 / pypy failuresAnthony Sottile
2019-01-24Fixed one weird test that creates a class instead of using mocks.. ¯\_(ツ)_/¯wim glenn
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2018-12-11Change -ra to show errors and failures last, instead of firstBruno Oliveira
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2018-02-27Fix typo with test_summary_list_after_errorsDaniel Hahler
2018-02-27Merge pull request #3255 from nicoddemus/post-summaryBruno Oliveira
2018-02-26Fixing grammar.Jeffrey Rackauckas
2018-02-26Update test_skipping to test that platform can be used in xfailJeffrey Rackauckas
2018-02-26Show "short test summary info" after tracebacks and warningsBruno Oliveira
2018-02-25Add the ability to use platform in pytest.mark.skipifJeffrey Rackauckas