How to show warnings in py.test
In this case, pytest-warnings are warnings which were generated for pytest and/or it’s plugins. These warnings were not generated for your code. In order to list them in the report, you will need to use option -r w. Here is portion of py.test –help: -r chars show extra test summary info as specified by chars … Read more