-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Warnings should be suppressable #355
Comments
Original comment by Buck Evan (Bitbucket: bukzor, GitHub: bukzor) +1 pylint-cov seems to wrap all python subprocesses with coverage, which is actually a quite useful behavior for me, but it means that if some irrelevant python code is being run, I get a warning. In turn, this causes some of my assertions regarding subprocess' stderr output to become false when run with coverage enabled. |
Issue #96 has some examples of warnings people would like to suppress. |
No, if they were, I would have closed this issue. |
Implemented in 70ca90597acd (bb) |
This is in 4.4b1. |
The text was updated successfully, but these errors were encountered: