1.4.0 - `@pytest_fixture_plus` major improvement
-
Major improvement of
@pytest_fixture_plus
: instead of generating fixtures, it now correctly parametrizes the fixture. Skip/fail Marks are correctly copied too. Fixes #28 -
pytest_fixture_plus
does not accept theparams
andids
arguments any more, it only relies on parametrization marks.
See documentation page for details.