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

Fixed lazy value resolution issue when multiple consecutive lazy values are present in a @parametrize containing a fixture_ref #275

Merged
merged 3 commits into from May 20, 2022

Conversation

smarie
Copy link
Owner

@smarie smarie commented May 20, 2022

Fixes #274

Sylvain MARIE added 3 commits May 20, 2022 17:53
…resolved before being injected in a parametrized function, and was therefore appearing as a `_LazyValueCaseParamValue `. Fixed #274
…into features/274_fix_lazy_not_resolved

� Conflicts:
�	docs/changelog.md
@smarie smarie merged commit 4f5c466 into main May 20, 2022
@smarie smarie deleted the features/274_fix_lazy_not_resolved branch May 20, 2022 16:07
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.

_LazyValueCaseParamValue is injected instead of the case function result
1 participant