Skip to content

Support unittest skiptest #715

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 2 commits into from
Dec 9, 2023

Conversation

seifertm
Copy link
Contributor

@seifertm seifertm commented Dec 7, 2023

Fixes a bug that caused an internal pytest error when using unittest.SkipTest in a module.

Resolves #711

@seifertm seifertm added this to the v0.23.3 milestone Dec 7, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a7248a) 95.13% compared to head (bd81b19) 95.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #715      +/-   ##
==========================================
+ Coverage   95.13%   95.16%   +0.03%     
==========================================
  Files           2        2              
  Lines         473      476       +3     
  Branches       93       94       +1     
==========================================
+ Hits          450      453       +3     
  Misses         16       16              
  Partials        7        7              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seifertm seifertm force-pushed the support-unittest-skiptest branch from d40e0df to bd81b19 Compare December 9, 2023 13:08
@seifertm seifertm added this pull request to the merge queue Dec 9, 2023
Merged via the queue into pytest-dev:main with commit edb9ae0 Dec 9, 2023
@seifertm seifertm deleted the support-unittest-skiptest branch December 9, 2023 13:12
@seifertm seifertm modified the milestones: v0.23.3, v0.23 Jan 1, 2024
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.

pytest-asyncio 0.23.2 will cause pytest INTERNALERROR when encounter module level unittest.SkipTest
2 participants