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: 3 months ago
JSON representation
display a summary of all DeprecatedWarnings (and PendingDeprecatedWarnings) after test run and save them in a log file
- Host: GitHub
- URL: https://github.com/psycojoker/pytest-capture-deprecatedwarnings
- Owner: Psycojoker
- Created: 2019-04-30T14:42:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:50:16.000Z (over 2 years ago)
- Last Synced: 2025-03-23T12:41:29.351Z (4 months ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
Installation and usage
======================Simply:
pip install pytest-capture-deprecatedwarnings
And it will automatically be added to your pytest output.