Skip to content

1.4.0 - `@pytest_fixture_plus` major improvement

Compare
Choose a tag to compare
@smarie smarie released this 20 Mar 13:15
· 627 commits to main since this release
  • 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 the params and ids arguments any more, it only relies on parametrization marks.

See documentation page for details.