Fixed TypeError with iterable argvalue in standard parametrize. Fixed #115. See documentation page for details
Fixed issue with @parametrize_with_cases when two cases with the same id and both requiring a fixtur...
Fixed "Created fixture names are not unique, please report" error when duplicate fixture reference i...
Now appending fixtures to the closure once it has been built is supported. This fixes an issue with ...
Fixed TypeError with iterable argvalue in standard parametrize. Fixed #115. See documentation page ...
Fixed wrong module string decomposition when passed to cases argument in @parametrize_with_cases. Fi...
@parametrize_with_cases now supports that argnames is a list or tuple, just as @pytest.mark.parametr...
Legacy v1 API was dropped. Fixes #192 Unbound case functions in a class (e.g. Foo.bar) can now be d...
Improved documentation to explain why @fixture should be used instead of @pytest.fixture. Fixed #125...
Added support for pytest items without funcargs. Fixes interoperability with other pytest plugins su...
Fixed issue with Empty id marker leaking to test ids. Fixed #171 See documentation page for details
Marks set on a case class are now propagated to cases in the class. So you can use for example pytes...
@parametrize_with_cases now by default (cases=AUTO) looks for both file naming patterns test__cases....
@pytest.mark.usefixtures can be now be used on case functions. Fixes #152. See documentation page f...
Fixed TypeError: _idval() got an unexpected keyword argument 'item' with pytest versions between 3.0...
Fixed issue with @parametrize_with_cases when two cases with the same id and both requiring a fixtur...
Fixed "Created fixture names are not unique, please report" error when duplicate fixture reference i...
Now appending fixtures to the closure once it has been built is supported. This fixes an issue with ...
Fixed TypeError with iterable argvalue in standard parametrize. Fixed #115. See documentation page ...
Fixed wrong module string decomposition when passed to cases argument in @parametrize_with_cases. Fi...
@parametrize_with_cases now supports that argnames is a list or tuple, just as @pytest.mark.parametr...
Legacy v1 API was dropped. Fixes #192 Unbound case functions in a class (e.g. Foo.bar) can now be d...
Improved documentation to explain why @fixture should be used instead of @pytest.fixture. Fixed #125...
Added support for pytest items without funcargs. Fixes interoperability with other pytest plugins su...
Fixed issue with Empty id marker leaking to test ids. Fixed #171 See documentation page for details
Marks set on a case class are now propagated to cases in the class. So you can use for example pytes...
@parametrize_with_cases now by default (cases=AUTO) looks for both file naming patterns test__cases....
@pytest.mark.usefixtures can be now be used on case functions. Fixes #152. See documentation page f...
Fixed TypeError: _idval() got an unexpected keyword argument 'item' with pytest versions between 3.0...
Fixed issue with @parametrize_with_cases when two cases with the same id and both requiring a fixtur...
Fixed "Created fixture names are not unique, please report" error when duplicate fixture reference i...
Now appending fixtures to the closure once it has been built is supported. This fixes an issue with ...