Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psycojoker/pytest-capture-deprecatedwarnings
- Owner: Psycojoker
- Created: 2019-04-30T14:42:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:50:16.000Z (over 1 year ago)
- Last Synced: 2024-10-02T07:11:05.832Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 5
- Watchers: 3
- 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.![screenshot.png](screenshot.png)
Installation and usage
======================Simply:
pip install pytest-capture-deprecatedwarnings
And it will automatically be added to your pytest output.