Skip to content

1.1.0 - New `@pytest_fixture_plus`

Compare
Choose a tag to compare
@smarie smarie released this 08 Jan 10:16
· 661 commits to main since this release

New decorator @pytest_fixture_plus allows to use several @pytest.mark.parametrize on a fixture. Therefore one can use multiple @cases_data decorators, too. Fixes #19.
Note: this is a temporary feature, that will be removed if/when pytest supports it.

See documentation page for details.