You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
When using pytest-sugar, the "short test summary info" (via
py.test -ra
) is not displayed: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 justs
?!The text was updated successfully, but these errors were encountered: