15 lines
359 B
ReStructuredText
15 lines
359 B
ReStructuredText
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``
|