Hi All,

I'd like to use standard logging module with py.test. Messages
generated from test functions are visible on stdout if -s option is
set. But log messages generated from conftest.py or other custom
modules used inside test function are not visible on stdout but
visible in captured stdout in case -s option isn't set.
I want to see all the messages from all modules on stdout, not only
from test function.

Could anybody point me to the root couse of the issue?

Thank you in advance!
-Anton
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to