TvoroG / pytest-lazy-fixture

It helps to use fixtures in pytest.mark.parametrize
MIT License
379 stars 30 forks source link

support passing parameters to lazy fixtures #17

Open RonnyPfannschmidt opened 7 years ago

RonnyPfannschmidt commented 7 years ago

as far as i understood lazy fixtures currently look up only by name, and dont add parameterization

the idea i have in mind is to be able to pass parameter values and scopes to them so the lazy fixture can get passed parameters

if this impossible without introducing support in pytest-core please open corosponding issues on pytest