Add CHANGELOG for #5177

This commit is contained in:
Bruno Oliveira 2019-04-28 10:41:44 -03:00
parent 53cd7fd2ea
commit 915ecb0dac
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Introduce new specific warning ``PytestWarning`` subclasses to make it easier to filter warnings based on the class, rather than on the message. The new subclasses are:
* ``PytestAssertRewriteWarning``
* ``PytestCacheWarning``
* ``PytestCollectionWarning``
* ``PytestConfigWarning``
* ``PytestUnhandledCoroutineWarning``
* ``PytestUnknownMarkWarning``