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

Cache exceptions raised by shared fixtures #43

Merged
merged 4 commits into from
Nov 30, 2023
Merged

Conversation

gerlero
Copy link
Contributor

@gerlero gerlero commented Aug 6, 2023

Fixes #40 by extending fixture caching to also store (and subsequently re-raise) exceptions.

@kylegentle
Copy link

Thanks for the fix! This has been a significant pain for one of my projects.

@willemt, if you have some time are you able to review/merge this PR?

@gerlero
Copy link
Contributor Author

gerlero commented Nov 30, 2023

Soft bump @willemt

@willemt willemt merged commit 68cc883 into willemt:master Nov 30, 2023
4 checks passed
@willemt
Copy link
Owner

willemt commented Nov 30, 2023

thanks for your patience everyone
released in 0.33.0

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.

Shared fixtures invoked multiple times if they fail
3 participants