Closed
Description
Right now if a conftest.py
(or a module it imports) issues a warning, it does not show up in the warnings summary. Since conftest.py
can be used to load plugins from other packages, it would be useful to be able to issue DeprecationWarning
s and other warnings that are actually visible when pytest
is run.