<ul> <li><p>Legacy v1 API was dropped. Fixes <a href="https://github.com/smarie/python-pytest-cases/issues/192">#192</a></p> </li> <li><p>Unbound case functions in a class (e.g. <code>Foo.bar</code>) can now be directly passed to <code>parametrize_with_cases</code> without instantiating the class, e.g. <code>parametrize_with_cases(cases=Foo.bar)</code>. Fixes <a href="https://github.com/smarie/python-pytest-cases/issues/159">#159</a></p> </li> <li><p>Fixed bug with concatenation of marks on cases. Fixes <a href="https://github.com/smarie/python-pytest-cases/issues/191">#191</a></p> </li> <l...
<ul> <li><code>@parametrize_with_cases</code> now supports that <code>...
Fixed fixture 'self' not found issue when @fixture was used to decorate a class method not explicitl...
<ul> <li><p>New: from version <code>3.2</code> on, if <code>auto...
Legacy v1 API was dropped. Fixes #192 Unbound case functions in a class (e.g. Foo.bar) can now be d...
<ul> <li><p><code>@parametrize_with_cases</code> now by default (<c...
Fixed issue with @parametrize_with_cases when two cases with the same id and both requiring a fixtur...
<ul> <li><p>Fixed wrong module string decomposition when passed to <code>cas...
<ul> <li><p>Migrated to Github Actions + <code>nox</code> for CI/CD.&l...
<ul> <li>Marks set on a case class are now propagated to cases in the class. So you can ...
<ul> <li><p>Improved documentation to explain why <code>@fixture</code>...
<ul> <li><code>@pytest.mark.usefixtures</code> can be now be used on case fu...
<ul> <li><p>Now appending fixtures to the closure once it has been built is suppor...
<ul> <li><p>Major refactoring of the way ids and marks are generated and customize...
<ul> <li>Fixed <code>TypeError</code> with iterable argvalue in standard par...
<ul> <li>Added support for pytest items without funcargs. Fixes interoperability with ot...
<ul> <li><code>@parametrize_with_cases</code> now supports that <code>...
Fixed fixture 'self' not found issue when @fixture was used to decorate a class method not explicitl...
<ul> <li><p>New: from version <code>3.2</code> on, if <code>auto...
Legacy v1 API was dropped. Fixes #192 Unbound case functions in a class (e.g. Foo.bar) can now be d...
<ul> <li><p><code>@parametrize_with_cases</code> now by default (<c...
Fixed issue with @parametrize_with_cases when two cases with the same id and both requiring a fixtur...
<ul> <li><p>Fixed wrong module string decomposition when passed to <code>cas...
<ul> <li><p>Migrated to Github Actions + <code>nox</code> for CI/CD.&l...
<ul> <li>Marks set on a case class are now propagated to cases in the class. So you can ...
<ul> <li><p>Improved documentation to explain why <code>@fixture</code>...
<ul> <li><code>@pytest.mark.usefixtures</code> can be now be used on case fu...
<ul> <li><p>Now appending fixtures to the closure once it has been built is suppor...
<ul> <li><p>Major refactoring of the way ids and marks are generated and customize...
<ul> <li>Fixed <code>TypeError</code> with iterable argvalue in standard par...
<ul> <li>Added support for pytest items without funcargs. Fixes interoperability with ot...
<ul> <li><code>@parametrize_with_cases</code> now supports that <code>...
Fixed fixture 'self' not found issue when @fixture was used to decorate a class method not explicitl...
<ul> <li><p>New: from version <code>3.2</code> on, if <code>auto...