{"library":"pytest-warnings","title":"pytest-warnings","description":"A pytest plugin that lists Python warnings in the pytest report. Version 0.3.1. Low release cadence, last updated in 2020.","language":"python","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["pip install pytest-warnings"],"cli":null},"imports":["pytest_plugins = ['pytest_warnings']"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# conftest.py\npytest_plugins = ['pytest_warnings']\n\n# Then run pytest normally; warnings will appear in the report summary.","lang":"python","description":"Enable the plugin in conftest.py to include warnings in the pytest report.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}