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: compatibility with pytest-tldr #583

Merged
merged 4 commits into from
Jan 24, 2022
Merged

fix: compatibility with pytest-tldr #583

merged 4 commits into from
Jan 24, 2022

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Jan 24, 2022

Ensure pytest_sessionfinish hook is run as early as possible so syrupy can override the exit status and wrap up the syrupy snapshot session.

close #582

Ensure pytest_sessionfinish hook is run as early as possible so syrupy can override the exit status and wrap up the syrupy snapshot session.
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #583 (4b1aa55) into master (effeadb) will decrease coverage by 0.07%.
The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master     #583      +/-   ##
==========================================
- Coverage   99.34%   99.26%   -0.08%     
==========================================
  Files          20       20              
  Lines        1219     1224       +5     
==========================================
+ Hits         1211     1215       +4     
- Misses          8        9       +1     

@noahnu noahnu merged commit f6ed0b1 into master Jan 24, 2022
@noahnu noahnu deleted the pytest_tldr_compat branch January 24, 2022 23:50
tophat-opensource-bot pushed a commit that referenced this pull request Jan 25, 2022
## [1.7.1](v1.7.0...v1.7.1) (2022-01-25)

### Bug Fixes

* compatibility with pytest-tldr ([#583](#583)) ([f6ed0b1](f6ed0b1))
@tophat-opensource-bot
Copy link
Collaborator

🎉 This PR is included in version 1.7.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest incompatible with pytest-tldr
2 participants