-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Got a warnings count but no warnings anywhere? #969
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
Comments
Those warnings are generated by the internal warnings mechanism introduced in 2.6. To show them you have to pass I agree that perhaps this could be tweaked thought:
|
Ok, now I realize I didn't read the docs enough 😁 Would there be any situation where you don't want to see warnings? |
One of the warnings for example is "class starts with Test but has init declared" (or something like this), so that class will not be collected as a test... there might be valid reasons for that, that's why it is a warning. Personally I like to always see warnings (as if Oh I just realized the recent Any other opinions? |
I'm fine with closing this, it was largely my misunderstanding. |
Renaming |
Opened #970 to start a discussion on that. |
At the end I get something like
50 passed, 2 warnings in 24.72 seconds
.Full output:
Are these python warnings (as in the warnings module)? They would be hidden by the capture plugin but maybe there should be an easy way to see them?
The text was updated successfully, but these errors were encountered: