Skip to content

Commit a9495cd

Browse files
committed
Update changelog for #926
Also fix some inconsistencies in the changelog on the way.
1 parent c75588a commit a9495cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
2.8.0.dev (compared to 2.7.X)
22
-----------------------------
33

4+
- Fix issue736: Fix a bug where fixture params would be discarded when combined
5+
with parametrization markers.
6+
Thanks to Markus Unterwaditzer for the PR.
7+
48
- parametrize now also generates meaningful test IDs for enum, regex and class
59
objects (as opposed to class instances).
610
Thanks to Florian Bruhin for the PR.
711

812
- Add 'warns' to assert that warnings are thrown (like 'raises').
913
Thanks to Eric Hunsberger for the PR.
1014

11-
- Fix #683: Do not apply an already applied mark. Thanks ojake for the PR.
15+
- Fix issue683: Do not apply an already applied mark. Thanks ojake for the PR.
1216

1317
- Deal with capturing failures better so fewer exceptions get lost to
1418
/dev/null. Thanks David Szotten for the PR.
@@ -34,7 +38,7 @@
3438
deprecated.
3539
Thanks Bruno Oliveira for the PR.
3640

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

0 commit comments

Comments
 (0)