| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
This stuff is less interesting when reading `_get_active_fixturedef`.
Doesn't add much.
| Back | FazBrowse Home | New Git URL |
The getfixturevalue code is split over several functions, but I find it mostly obscures the flow of the logic. This PR inlines _getnextfixturedef and _compute_fixture_value into _get_active_fixturedef which is now a single linear function, mostly. I did move some sanity checking code out of the function since it mostly distracts.