pytest-sugar
pytest-sugar copied to clipboard
Missing "short test summary info" report for skips
When using pytest-sugar, the "short test summary info" (via py.test -ra) is not displayed:
======… short test summary info …=====
SKIP [1] …/app/plugin.py:20: --foo-bar-baz is not provided.
The test is skipped using pytest.skip() from a fixture.
Also, I've noticed a difference between using --nosugar and -p no:sugar: --nosugar would still display ⚫✓ instead of just s?!
Fails seem to be displayed as expected - otherwise this would have been reported / noticed before probably already.
There was a problem showing skipped tests but it's now fixed. The short test summary info is now shown but it's not very pretty (that's for another weekend).
Also, I've noticed a difference between using --nosugar and -p no:sugar: --nosugar would still display ⚫✓ instead of just s?!
--nosugar is deprecated and will be removed.