Skip to content

Commit

Permalink
2.7.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Dec 2, 2020
1 parent 5ec99ab commit 31710ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.7.1 - `@pytest.mark.usefixtures` can be used on case functions

- `@pytest.mark.usefixtures` can be now be used on case functions. Fixes [#152](https://github.com/smarie/python-pytest-cases/issues/152).

### 2.7.0 - `@parametrize_with_cases` now supports id customization

- `@parametrize_with_cases` now explicitly supports all id customization methods (`ids`, `idgen` and `idstyle`) supported by `@parametrize` (`ids`, `idgen` and `idstyle`). Updated documentation accordingly. Fixed [#151](https://github.com/smarie/python-pytest-cases/issues/151)
Expand Down

0 comments on commit 31710ca

Please sign in to comment.