Skip to content

Commit 8c05ebc

Browse files
committed
Update changelog for #926
Also fix some inconsistencies in the changelog on the way.
1 parent 41cef6f commit 8c05ebc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
-----------------------------
33

44
- Fix #562: @nose.tools.istest now fully respected.
5+
- Fix issue736: Fix a bug where fixture params would be discarded when combined
6+
with parametrization markers.
7+
Thanks to Markus Unterwaditzer for the PR.
58

69
- parametrize now also generates meaningful test IDs for enum, regex and class
710
objects (as opposed to class instances).
@@ -10,7 +13,7 @@
1013
- Add 'warns' to assert that warnings are thrown (like 'raises').
1114
Thanks to Eric Hunsberger for the PR.
1215

13-
- Fix #683: Do not apply an already applied mark. Thanks ojake for the PR.
16+
- Fix issue683: Do not apply an already applied mark. Thanks ojake for the PR.
1417

1518
- Deal with capturing failures better so fewer exceptions get lost to
1619
/dev/null. Thanks David Szotten for the PR.
@@ -36,7 +39,7 @@
3639
deprecated.
3740
Thanks Bruno Oliveira for the PR.
3841

39-
- fix issue 808: pytest's internal assertion rewrite hook now implements the
42+
- fix issue808: pytest's internal assertion rewrite hook now implements the
4043
optional PEP302 get_data API so tests can access data files next to them.
4144
Thanks xmo-odoo for request and example and Bruno Oliveira for
4245
the PR.

0 commit comments

Comments
 (0)