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

tests(conftest): Add pytester plugin #423

Merged
merged 3 commits into from Sep 12, 2022
Merged

tests(conftest): Add pytester plugin #423

merged 3 commits into from Sep 12, 2022

Conversation

tony
Copy link
Member

@tony tony commented Sep 12, 2022

For testing pytest plugin

Fixes #422

For testing pytest plugin
@codecov
Copy link

codecov bot commented Sep 12, 2022

Codecov Report

Merging #423 (124cb52) into master (49b9d6c) will increase coverage by 0.13%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   86.22%   86.35%   +0.13%     
==========================================
  Files          21       22       +1     
  Lines        1807     1825      +18     
  Branches      276      277       +1     
==========================================
+ Hits         1558     1576      +18     
  Misses        170      170              
  Partials       79       79              
Impacted Files Coverage Δ
tests/conftest.py 100.00% <100.00%> (ø)
tests/test_pytest_plugin.py 100.00% <100.00%> (ø)

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

@tony tony merged commit 32ade43 into master Sep 12, 2022
@tony tony deleted the pytester branch September 12, 2022 03: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.

Tests for pytest plugin
1 participant