Skip to content

Commit d8d193f

Browse files
author
Sylvain MARIE
committed
1.3.0 changelog
1 parent 08fe86c commit d8d193f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.3.0 - More flexible case generators names + Minor dependency change
4+
5+
Cases generators can now support explicit name lists, and name generator callables, in addition to the name template strings. Fixed [#24](https://github.com/smarie/python-pytest-cases/issues/24)
6+
7+
Dependency to `decorator` has been dropped and replaced with `makefun`. Fixed [#25](https://github.com/smarie/python-pytest-cases/issues/25).
8+
39
### 1.2.2 - fixed bug with marks on cases with pytest 3.3
410

511
Marks on cases are now also working with pytest 3.3. Fixed [#23](https://github.com/smarie/python-pytest-cases/issues/23)

0 commit comments

Comments
 (0)