Metadata-Version: 2.1
Name: pytest-capture-deprecatedwarnings
Version: 0.2
Summary: pytest plugin to capture all deprecatedwarnings and put them in one file
Home-page: https://github.com/psycojoker/pytest-capture-deprecatedwarnings
Author: Laurent Peuch
Author-email: cortex@worlddomination.be
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pytest

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.
