Skip to content

Commit d4beef5

Browse files
author
Sylvain MARIE
committed
1.2.2 changelog
1 parent 6a465eb commit d4beef5

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.2.2 - fixed bug with marks on cases with pytest 3.3
4+
5+
Marks on cases are now also working with pytest 3.3. Fixed [#23](https://github.com/smarie/python-pytest-cases/issues/23)
6+
7+
Ids for marked tests are now better managed. A new function `get_pytest_parametrize_args` is now used to transform the list of cases obtained by `get_all_cases(module)`, into the list of marked cases and ids required by `@pytest.mark.parametrize`. The doc has been updated to explain this for advanced users wishing to perform this step manually.
8+
39
### 1.2.1 - fixed id of test cases with marks
410

511
Id of test cases with marks was appearing as `ParameterSet`. Fixed it.

0 commit comments

Comments
 (0)