Add CHANGELOG entry about renaming "warnings" to "pytest-warnings"

This commit is contained in:
Bruno Oliveira 2015-08-31 21:21:29 -03:00
parent e59471766a
commit e3734ef337
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
- fix issue713: JUnit XML reports for doctest failures. - fix issue713: JUnit XML reports for doctest failures.
Thanks Punyashloka Biswal. Thanks Punyashloka Biswal.
- fix issue970: internal pytest warnings now appear as "pytest-warnings" in
the terminal instead of "warnings", so it is clear for users that those
warnings are from pytest and not from the builtin "warnings" module.
Thanks Bruno Oliveira.
- Include setup and teardown in junitxml test durations. - Include setup and teardown in junitxml test durations.
Thanks Janne Vanhala. Thanks Janne Vanhala.