summaryrefslogtreecommitdiff
path: root/testing/test_skipping.py
AgeCommit message (Expand)Author
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
2017-12-22Remove unnecessary `# noqa` comments.Anthony Sottile
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-04Fix: handle CollectReport in folded_skips functionGeorge Y. Kussumoto
2017-10-02Add initial tests using skip with allow_module_level kwargGeorge Y. Kussumoto
2017-08-15Fold skipped tests with global pytestmark variableprokaktus
2017-07-25Fix lineno offset in show_skippedDaniel Hahler
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-07-17Fixed E251 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E131 flake8 errorsAndras Tim
2017-07-04Change --strict help message to clarify it deals with unregistered markersBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-03-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2017-02-03Test for `pytest.mark.xfail` with non-Python ItemVidar Tonaas Fauske
2016-10-01Fix test about pytest.skip message being used at global levelBruno Oliveira
2016-08-20Fix spelling: s/outside a/outside of a/Daniel Hahler
2016-08-17Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-08-17Use a better xfail reasonRaphael Pierzina
2016-08-17Fix broken test in test_skipping and add one for strict xfailRaphael Pierzina
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2016-06-26Remove deprecated cmd optionsRedBeardCode
2016-06-24Raise CollectError if pytest.skip() is called during collectionOmar Kohl
2016-04-19issue 1496 - xfail with condition keywordTomV
2016-03-22Add strict parameter to xfail marker docQuentin Pradet
2016-03-22Fix pytest.mark.skip mark when used in strict modeQuentin Pradet
2016-02-25Add test for unconditional skip with reasonBruno Oliveira
2016-02-15Fix strict xfail: it should behave exactly like xfail when a test failsBruno Oliveira
2016-02-15Fix bug in strict xfail: test was not being actually calledBruno Oliveira
2016-02-14Add strict option to xfail, making tests which XPASS to actually fail the suiteBruno Oliveira
2015-10-03TestXFail also shouldnt explicitly inherit from objectMichael Aquilina
2015-10-03Update reason in test to prevent confusing with test_no_reasonMichael Aquilina
2015-10-03Test that "unconditional skip" is the default reason if none givenMichael Aquilina
2015-10-03Remove redundant commentsMichael Aquilina
2015-10-03Dont explicitly inherit from objectMichael Aquilina
2015-10-03newlinesMichael Aquilina
2015-10-03First argument in pytest.mark.skip is a reasonMichael Aquilina
2015-10-03Check no reason displayed if none specifiedMichael Aquilina
2015-10-03classes inherit from objectMichael Aquilina