using pytest.mark.skipIf doesn't skip anything, but calling pytest.mark.skipif (all lower case) works #2355
Labels
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
type: enhancement
new feature or API change, should be merged into features branch
I can provide more details if needed, just ask.
pytest.mark.skipIf(True) does not skip anything
pytest.mark.skipif(True) works though.
This is pretty confusing.
Python 2.7, pytest 3.0.7.
The text was updated successfully, but these errors were encountered: