Skip to content

1.1.1 - Improved generated fixture names for `@pytest_fixture_plus`

Compare
Choose a tag to compare
@smarie smarie released this 08 Jan 12:58
· 659 commits to main since this release

When @pytest_fixture_plus is used on a function marked as parametrized, some fixtures are generated (one for each parameter). Generated fixture names now follow the pattern <fixturename>__<paramname>.
Fixed #20.

See documentation page for details.