Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psycojoker/pytest-capture-deprecatedwarnings

display a summary of all DeprecatedWarnings (and PendingDeprecatedWarnings) after test run and save them in a log file
https://github.com/psycojoker/pytest-capture-deprecatedwarnings

Last synced: 14 days ago
JSON representation

display a summary of all DeprecatedWarnings (and PendingDeprecatedWarnings) after test run and save them in a log file

Awesome Lists containing this project

README

        

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](screenshot.png)

Installation and usage
======================

Simply:

pip install pytest-capture-deprecatedwarnings

And it will automatically be added to your pytest output.