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

minor: clarify help with reportchars #5475

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Jun 24, 2019

-ra / -rA will include "w" also. This does not explicitly mention
it (allowing for change the behavior), but makes it a) clearer that "w"
is a recognized reportchar, and b) less confusing that -ra --disable-warnings still displays them.

Code ref: https://github.com/blueyed/pytest/blob/01a094cc4316a2840254a66f829367f3d67fd442/src/_pytest/terminal.py#L151-L166

`-ra` / `-rA` will include "w" also.  This does not explicitly mention
it (allowing for change the behavior), but makes it a) clearer that "w"
is a recognized reportchar, and b) less confusing that `-ra
--disable-warnings` still displays them.
@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #5475 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5475      +/-   ##
==========================================
- Coverage   96.03%   96.01%   -0.03%     
==========================================
  Files         115      115              
  Lines       25512    25512              
  Branches     2480     2480              
==========================================
- Hits        24501    24495       -6     
- Misses        706      712       +6     
  Partials      305      305
Impacted Files Coverage Δ
src/_pytest/terminal.py 93.02% <ø> (ø) ⬆️
src/_pytest/doctest.py 93.68% <0%> (-2.24%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d01dd3...01a094c. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #5475 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5475      +/-   ##
==========================================
- Coverage   96.03%   96.01%   -0.03%     
==========================================
  Files         115      115              
  Lines       25512    25512              
  Branches     2480     2480              
==========================================
- Hits        24501    24495       -6     
- Misses        706      712       +6     
  Partials      305      305
Impacted Files Coverage Δ
src/_pytest/terminal.py 93.02% <ø> (ø) ⬆️
src/_pytest/doctest.py 93.68% <0%> (-2.24%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d01dd3...01a094c. Read the comment docs.

@nicoddemus nicoddemus merged commit 63c4802 into pytest-dev:master Jun 24, 2019
@blueyed blueyed deleted the reportchars-help branch June 25, 2019 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants