Update changelog for #926

Also fix some inconsistencies in the changelog on the way.
This commit is contained in:
Markus Unterwaditzer 2015-08-08 03:05:15 +02:00
parent 41cef6f5f2
commit cafd71eb29
1 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@
- Fix #562: @nose.tools.istest now fully respected. - Fix #562: @nose.tools.istest now fully respected.
- Fix issue736: Fix a bug where fixture params would be discarded when combined
with parametrization markers.
Thanks to Markus Unterwaditzer for the PR.
- parametrize now also generates meaningful test IDs for enum, regex and class - parametrize now also generates meaningful test IDs for enum, regex and class
objects (as opposed to class instances). objects (as opposed to class instances).
Thanks to Florian Bruhin for the PR. Thanks to Florian Bruhin for the PR.
@ -10,7 +14,7 @@
- Add 'warns' to assert that warnings are thrown (like 'raises'). - Add 'warns' to assert that warnings are thrown (like 'raises').
Thanks to Eric Hunsberger for the PR. Thanks to Eric Hunsberger for the PR.
- Fix #683: Do not apply an already applied mark. Thanks ojake for the PR. - Fix issue683: Do not apply an already applied mark. Thanks ojake for the PR.
- Deal with capturing failures better so fewer exceptions get lost to - Deal with capturing failures better so fewer exceptions get lost to
/dev/null. Thanks David Szotten for the PR. /dev/null. Thanks David Szotten for the PR.