-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Suppress module name spew when running tests. #2363
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
Suppress module name spew when running tests. #2363
Conversation
tox.ini
Outdated
| pytest | ||
| covercmd = | ||
| py.test \ | ||
| py.test -q \ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
tox.ini
Outdated
| [testenv] | ||
| commands = | ||
| py.test {posargs} unit_tests | ||
| py.test -q {posargs} unit_tests |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@tseaver I'm unclear what spew is being quited here. Care to give a bit more detail? |
|
@dhermes py.test defaults to verbosity == 1, which injects the unit test module name into the output., e.g.: With the PR, it is just dots (less noise, more signal): |
|
LGTM |
dhermes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.