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 deprecations.rst now that we have removed a few features #4446

Merged
merged 2 commits into from
Dec 1, 2018

Conversation

nicoddemus
Copy link
Member

@nicoddemus nicoddemus commented Nov 22, 2018

Realized we forgot to do it in the same PRs when the features were removed. 😁

  • yield tests
  • compat properties
  • pytest_namespace

All mercilessly cut down by Ronny 😢


I see the GitHub diff is weird, but I basically moved the removed features to under the "Removed features" section and changed the "deprecated in X" line to "removed in X".

@nicoddemus nicoddemus changed the title Update deprecations.rst now that we have deprecated a few features Update deprecations.rst now that we have removed a few features Nov 22, 2018
* yield tests
* compat properties
* pytest_namespace

All merciless cut down by Ronny :'(
@nicoddemus nicoddemus force-pushed the update-deprecations-docs branch from ea571b2 to 5d2e237 Compare November 22, 2018 22:39
@RonnyPfannschmidt
Copy link
Member

good catch - well done, i totally forgot about this one ^^

@nicoddemus nicoddemus changed the title Update deprecations.rst now that we have removed a few features [WIP] Update deprecations.rst now that we have removed a few features Nov 22, 2018
@nicoddemus
Copy link
Member Author

Duh we did not yet removed yield and compat properties: #3898, on the verge to be merged though.

@codecov
Copy link

codecov bot commented Nov 23, 2018

Codecov Report

Merging #4446 into features will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4446      +/-   ##
============================================
+ Coverage     95.81%   95.85%   +0.04%     
============================================
  Files           111      111              
  Lines         25038    25367     +329     
  Branches       2463     2515      +52     
============================================
+ Hits          23989    24315     +326     
- Misses          738      750      +12     
+ Partials        311      302       -9
Flag Coverage Δ
#docs 29.17% <ø> (-0.07%) ⬇️
#doctesting 29.17% <ø> (-0.07%) ⬇️
#linting 29.17% <ø> (-0.07%) ⬇️
#linux 95.66% <ø> (+0.02%) ⬆️
#nobyte 92.58% <ø> (+0.03%) ⬆️
#numpy 92.49% <ø> (-0.8%) ⬇️
#pexpect 41.32% <ø> (-0.32%) ⬇️
#py27 93.08% <ø> (-0.79%) ⬇️
#py34 92.1% <ø> (+0.09%) ⬆️
#py35 92.12% <ø> (+0.09%) ⬆️
#py36 92.14% <ø> (+0.09%) ⬆️
#py37 94.14% <ø> (+0.14%) ⬆️
#trial 92.49% <ø> (-0.8%) ⬇️
#windows 94.1% <ø> (+0.01%) ⬆️
#xdist 93.95% <ø> (+0.01%) ⬆️
Impacted Files Coverage Δ
src/_pytest/assertion/util.py 95.43% <0%> (-2.11%) ⬇️
testing/python/raises.py 93.1% <0%> (-0.98%) ⬇️
testing/test_assertion.py 96.67% <0%> (-0.84%) ⬇️
src/_pytest/_code/code.py 95.42% <0%> (-0.14%) ⬇️
src/_pytest/monkeypatch.py 93.75% <0%> (-0.13%) ⬇️
src/_pytest/runner.py 96.91% <0%> (-0.13%) ⬇️
testing/test_tmpdir.py 98.75% <0%> (-0.12%) ⬇️
src/_pytest/cacheprovider.py 97.02% <0%> (-0.09%) ⬇️
src/_pytest/unittest.py 94.35% <0%> (-0.07%) ⬇️
src/_pytest/python_api.py 97.42% <0%> (-0.05%) ⬇️
... and 31 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 e0ba1cb...63f38de. Read the comment docs.

@nicoddemus nicoddemus changed the title [WIP] Update deprecations.rst now that we have removed a few features Update deprecations.rst now that we have removed a few features Dec 1, 2018
@nicoddemus nicoddemus merged commit 06dc6e3 into pytest-dev:features Dec 1, 2018
@nicoddemus nicoddemus deleted the update-deprecations-docs branch December 1, 2018 16:22
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