-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
getfixturevalue does not correctly declare dependency with the calling fixture #4860
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
getfixturevalue does not correctly declare dependency with the calling fixture #4860
Conversation
Codecov Report
@@ Coverage Diff @@
## features #4860 +/- ##
============================================
- Coverage 95.76% 95.66% -0.11%
============================================
Files 113 113
Lines 25744 25257 -487
Branches 2508 2504 -4
============================================
- Hits 24655 24162 -493
- Misses 773 775 +2
- Partials 316 320 +4
Continue to review full report at Codecov.
|
ac85d46
to
d97473e
Compare
Ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some typos, and it should be against master, no?
Co-Authored-By: nicoddemus <[email protected]>
While it is a bug fix, it does change the teardown order of fixtures, so I want to play safe here and release this on 4.4. 👍 |
Fix #1895