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

Import pytest types from pytest package, not private _pytest - requir… #535

Merged
merged 1 commit into from Dec 22, 2021

Conversation

fizyk
Copy link
Member

@fizyk fizyk commented Dec 22, 2021

…e at least pytest 6.2 - closes #533

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2021

Codecov Report

Merging #535 (4e19c3e) into main (3faf1fa) will increase coverage by 0.60%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #535      +/-   ##
==========================================
+ Coverage   74.23%   74.83%   +0.60%     
==========================================
  Files          22       22              
  Lines         617      616       -1     
==========================================
+ Hits          458      461       +3     
+ Misses        159      155       -4     
Flag Coverage Δ
linux 74.35% <28.57%> (+0.12%) ⬆️
macos 68.01% <28.57%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pytest_postgresql/config.py 77.77% <0.00%> (ø)
src/pytest_postgresql/factories/client.py 66.66% <0.00%> (ø)
src/pytest_postgresql/factories/noprocess.py 64.51% <0.00%> (ø)
src/pytest_postgresql/factories/process.py 61.90% <0.00%> (+1.43%) ⬆️
tests/test_executor.py 100.00% <100.00%> (ø)
tests/test_postgres_options_plugin.py 100.00% <100.00%> (ø)
src/pytest_postgresql/retry.py 64.70% <0.00%> (+17.64%) ⬆️

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 1031c10...4e19c3e. Read the comment docs.

@fizyk fizyk merged commit 47bbde9 into main Dec 22, 2021
@fizyk fizyk deleted the issue-533 branch December 22, 2021 12:02
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.

Breaks with pytest 7 due to private imports
2 participants