You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if fixtures can be passed easily as values of a parametrized test. Currently you have to use the request.getfixturevalue(fixture_name), that works, but it's more verbose and can't enable the static type checker.
PS: I know you can parametrize fixtures, but it depends on the use case.
The text was updated successfully, but these errors were encountered:
It would be very nice if fixtures can be passed easily as values of a parametrized test. Currently you have to use the
request.getfixturevalue(fixture_name)
, that works, but it's more verbose and can't enable the static type checker.PS: I know you can parametrize fixtures, but it depends on the use case.
The text was updated successfully, but these errors were encountered: