ef5d81ad5c
* expose `warnings=` to pytester `assert_outcomes()` * fix test fallout from adding warnings= to assert_outcomes() * #closes 8593 - Improve test and add a `changelog` entry for the change
3 lines
209 B
ReStructuredText
3 lines
209 B
ReStructuredText
:class:`RunResult <_pytest.pytester.RunResult>` method :meth:`assert_outcomes <_pytest.pytester.RunResult.assert_outcomes>` now accepts a
|
|
``warnings`` argument to assert the total number of warnings captured.
|