Skip to content

Correctly handle combined class and test order markers #46

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

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

mrbean-bremen
Copy link
Member

@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2021

Codecov Report

Merging #46 (d527529) into main (9af6762) will increase coverage by 0.38%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   97.41%   97.79%   +0.38%     
==========================================
  Files           5        5              
  Lines         541      545       +4     
  Branches      119      121       +2     
==========================================
+ Hits          527      533       +6     
  Misses          8        8              
+ Partials        6        4       -2     
Impacted Files Coverage Δ
pytest_order/__init__.py 100.00% <100.00%> (ø)
pytest_order/sorter.py 96.71% <100.00%> (+0.03%) ⬆️
pytest_order/item.py 99.30% <0.00%> (+1.38%) ⬆️

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 9af6762...d527529. Read the comment docs.

@mrbean-bremen mrbean-bremen merged commit afcaeb0 into pytest-dev:main Jun 7, 2021
@mrbean-bremen mrbean-bremen deleted the combined-marks branch June 7, 2021 19:09
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.

Allow more than one order marker per test
2 participants