gituser/docker_multiarch/: pytest-capture-deprecatedwarnings-0.5.1 metadata and description

Simple index

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

author Laurent Peuch
author_email cortex@worlddomination.be
description_content_type text/markdown
license MIT
requires_dist
  • pytest
  • importlib-metadata
File Tox results History
pytest_capture_deprecatedwarnings-0.5.1-py3-none-any.whl
Size
4 KB
Type
Python Wheel
Python
3

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.