Skip to content

Commit

Permalink
Add CHANGELOG for pytest-dev#5177
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 28, 2019
1 parent 53cd7fd commit e617be5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog/5177.feature.rst
@@ -0,0 +1,14 @@
Introduce new specific warning ``PytestWarning`` subclasses to make it easier for user to filter warnings based on the class, rather than on the message. The new subclasses are:


* ``PytestAssertRewriteWarning``

* ``PytestCacheWarning``

* ``PytestCollectionWarning``

* ``PytestConfigWarning``

* ``PytestUnhandledCoroutineWarning``

* ``PytestUnknownMarkWarning``

0 comments on commit e617be5

Please sign in to comment.