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

Update docs for 'pytest_cmdline_parse' hook to note availability limi… #5010

Merged
merged 1 commit into from Mar 29, 2019
Merged

Conversation

garytyler
Copy link
Contributor

fixes #4974

@nicoddemus
Copy link
Member

Thanks a lot for the contribution, appreciate it!

@garytyler garytyler mentioned this pull request Mar 28, 2019
4 tasks
@codecov
Copy link

codecov bot commented Mar 29, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5010      +/-   ##
==========================================
- Coverage   95.68%   95.44%   -0.24%     
==========================================
  Files         113      113              
  Lines       25178    25178              
  Branches     2498     2498              
==========================================
- Hits        24092    24032      -60     
- Misses        765      813      +48     
- Partials      321      333      +12
Impacted Files Coverage Δ
src/_pytest/hookspec.py 100% <ø> (ø) ⬆️
testing/test_pathlib.py 91.17% <0%> (-8.83%) ⬇️
testing/test_tmpdir.py 95.16% <0%> (-3.77%) ⬇️
testing/deprecated_test.py 96.77% <0%> (-3.23%) ⬇️
src/_pytest/capture.py 91.23% <0%> (-3.15%) ⬇️
src/_pytest/compat.py 93.96% <0%> (-3.02%) ⬇️
src/_pytest/pathlib.py 88.46% <0%> (-2.2%) ⬇️
src/_pytest/junitxml.py 94.56% <0%> (-1.28%) ⬇️
testing/acceptance_test.py 96.78% <0%> (-1.08%) ⬇️
src/_pytest/config/findpaths.py 94% <0%> (-1%) ⬇️
... and 10 more

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 0ac069d...403f556. Read the comment docs.

@nicoddemus nicoddemus merged commit 2812c08 into pytest-dev:master Mar 29, 2019
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.

'pytest_cmdline_parse' not called
2 participants