-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
--verbose should report why a test case was skipped #157
Labels
type: enhancement
new feature or API change, should be merged into features branch
Comments
Original comment by Bruno Oliveira (BitBucket: nicoddemus, GitHub: nicoddemus): Hi @klrmn, Is using |
Original comment by Bruno Oliveira (BitBucket: nicoddemus, GitHub: nicoddemus): OK, thanks |
Original comment by Bruno Oliveira (BitBucket: nicoddemus, GitHub: nicoddemus): Option |
pytestbot
added
the
type: enhancement
new feature or API change, should be merged into features branch
label
Jun 15, 2015
This was referenced Jun 15, 2015
fkohlgrueber
pushed a commit
to fkohlgrueber/pytest
that referenced
this issue
Oct 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Leah Klearman (BitBucket: klrmn, GitHub: klrmn)
I'm glad that py.test is now putting 's'es into results when it skips a test but it would be nice to know if it's because it's a @pytest.mark.destructive test, excluded due to a -m "not X", or explicitly weeded out by a py.test plugin and given py.test.skip("message"). I would imagine the message text would be provided when using --verbose.
Thanks!
The text was updated successfully, but these errors were encountered: