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

argparsing: Parser: allow to forward prog to argparse #4528

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Dec 11, 2018

@codecov
Copy link

codecov bot commented Dec 11, 2018

Codecov Report

Merging #4528 into features will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4528      +/-   ##
============================================
+ Coverage     95.75%   95.78%   +0.02%     
============================================
  Files           111      111              
  Lines         24951    24956       +5     
  Branches       2460     2460              
============================================
+ Hits          23893    23903      +10     
+ Misses          748      746       -2     
+ Partials        310      307       -3
Flag Coverage Δ
#docs 29.33% <42.85%> (+0.07%) ⬆️
#doctesting 29.33% <42.85%> (+0.07%) ⬆️
#linting 29.33% <42.85%> (+0.07%) ⬆️
#linux 95.59% <100%> (ø) ⬆️
#nobyte 92.43% <100%> (ø) ⬆️
#numpy 93.24% <100%> (+0.01%) ⬆️
#pexpect 41.72% <42.85%> (+0.01%) ⬆️
#py27 93.82% <100%> (+0.02%) ⬆️
#py34 91.94% <100%> (+0.06%) ⬆️
#py35 91.96% <100%> (+0.06%) ⬆️
#py36 91.98% <100%> (+0.06%) ⬆️
#py37 93.95% <100%> (+0.01%) ⬆️
#trial 93.24% <100%> (+0.01%) ⬆️
#windows 93.98% <100%> (ø) ⬆️
#xdist 93.82% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
src/_pytest/config/argparsing.py 88.2% <100%> (+0.05%) ⬆️
testing/test_parseopt.py 94.8% <100%> (+0.08%) ⬆️
src/_pytest/terminal.py 92.95% <0%> (+0.83%) ⬆️

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 8152b68...3445eae. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 11, 2018

Codecov Report

Merging #4528 into features will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4528      +/-   ##
============================================
+ Coverage     95.75%   95.78%   +0.02%     
============================================
  Files           111      111              
  Lines         24951    24956       +5     
  Branches       2460     2460              
============================================
+ Hits          23893    23903      +10     
+ Misses          748      746       -2     
+ Partials        310      307       -3
Flag Coverage Δ
#docs 29.33% <42.85%> (+0.07%) ⬆️
#doctesting 29.33% <42.85%> (+0.07%) ⬆️
#linting 29.33% <42.85%> (+0.07%) ⬆️
#linux 95.59% <100%> (ø) ⬆️
#nobyte 92.43% <100%> (ø) ⬆️
#numpy 93.24% <100%> (+0.01%) ⬆️
#pexpect 41.72% <42.85%> (+0.01%) ⬆️
#py27 93.82% <100%> (+0.02%) ⬆️
#py34 91.94% <100%> (+0.06%) ⬆️
#py35 91.96% <100%> (+0.06%) ⬆️
#py36 91.98% <100%> (+0.06%) ⬆️
#py37 93.95% <100%> (+0.01%) ⬆️
#trial 93.24% <100%> (+0.01%) ⬆️
#windows 93.98% <100%> (ø) ⬆️
#xdist 93.82% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
src/_pytest/config/argparsing.py 88.2% <100%> (+0.05%) ⬆️
testing/test_parseopt.py 94.8% <100%> (+0.08%) ⬆️
src/_pytest/terminal.py 92.95% <0%> (+0.83%) ⬆️

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 8152b68...3445eae. Read the comment docs.

@blueyed blueyed merged commit bb363c8 into pytest-dev:features Dec 11, 2018
@blueyed blueyed deleted the parser-prog branch December 11, 2018 12:33
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.

3 participants