pytest-capture-deprecatedwarnings

pytest plugin to capture all deprecatedwarnings and put them in one file


License
MIT
Install
pip install pytest-capture-deprecatedwarnings==0.1

Documentation

pytest capture DeprecatedWarnings

This is a pytest plugin to collect and print a summary of all DeprecatedWarnings encountered during test execution and save them in a file.

screenshot.png

Installation and usage

Simply:

pip install pytest-capture-deprecatedwarnings

And it will automatically be added to your pytest output.