Skip to content

Commit 915ecb0

Browse files
committed
Add CHANGELOG for #5177
1 parent 53cd7fd commit 915ecb0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog/5177.feature.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
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:
2+
3+
4+
* ``PytestAssertRewriteWarning``
5+
6+
* ``PytestCacheWarning``
7+
8+
* ``PytestCollectionWarning``
9+
10+
* ``PytestConfigWarning``
11+
12+
* ``PytestUnhandledCoroutineWarning``
13+
14+
* ``PytestUnknownMarkWarning``

0 commit comments

Comments
 (0)