Report "pytestmark = skip" only once #2549
Labels
status: help wanted
developers would like help from experts on this topic
topic: reporting
related to terminal output and user-facing messages and errors
type: enhancement
new feature or API change, should be merged into features branch
type: feature-branch
new feature or API change, should be merged into features branch
When using
pytestmark = pytest.mark.skip("reason")
on a module you will get aSKIP
report for every test in that module (in theshort test summary info
).There happens some folding already, which could be extended:
pytest/_pytest/skipping.py
Lines 351 to 360 in 6908d93
The text was updated successfully, but these errors were encountered: