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

fix(pytest_plugin): Pytester import, use public APIs from pytest #442

Merged
merged 6 commits into from Sep 22, 2022

Conversation

tony
Copy link
Member

@tony tony commented Sep 21, 2022

Fixes (#441)

Avoid using internal pytest APIs for typing:

@tony tony changed the title fix(tests): Pytester import fix(pytest_plugin): Pytester import Sep 21, 2022
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Merging #442 (f4d5bfc) into master (9828540) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #442      +/-   ##
==========================================
- Coverage   86.34%   86.27%   -0.07%     
==========================================
  Files          20       20              
  Lines        1823     1821       -2     
  Branches      277      277              
==========================================
- Hits         1574     1571       -3     
- Misses        170      171       +1     
  Partials       79       79              
Impacted Files Coverage Δ
tests/test_pytest_plugin.py 100.00% <ø> (ø)
tests/test_common.py 97.43% <100.00%> (-0.03%) ⬇️
src/libtmux/session.py 74.86% <0.00%> (-0.56%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony changed the title fix(pytest_plugin): Pytester import fix(pytest_plugin): Pytester import, use public APIs from pytest Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant