Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "short test summary info" report for skips #76

Open
blueyed opened this issue Mar 4, 2016 · 3 comments
Open

Missing "short test summary info" report for skips #76

blueyed opened this issue Mar 4, 2016 · 3 comments

Comments

@blueyed
Copy link
Collaborator

blueyed commented Mar 4, 2016

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?!

@blueyed blueyed changed the title Missing "short test summary info" Missing "short test summary info" report Mar 4, 2016
@blueyed blueyed changed the title Missing "short test summary info" report Missing "short test summary info" report for skips Mar 4, 2016
@blueyed
Copy link
Collaborator Author

blueyed commented Mar 4, 2016

Fails seem to be displayed as expected - otherwise this would have been reported / noticed before probably already.

@Teemu
Copy link
Owner

Teemu commented Mar 19, 2016

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).

screen shot 2016-03-20 at 00 10 43

@Teemu
Copy link
Owner

Teemu commented Mar 19, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants