I have a set of unit tests in which all functions are registered at different levels of logging. When I run these unit tests individually or through a shell script, the entire log is displayed. When I run these unit tests using nosetests Python nose , I don't see the log output. How can I show the magazine?
The nose version I'm using is 1.1.2 (and I can't change this):
-bash-4.1$ pip freeze | grep nose nose==1.1.2
I am currently running nosetests with the following command:
nosetests --verbosity=2 *.py
When I try to use the --logging-level=INFO option, I run into difficulties:
Usage: nosetests [options] nosetests: error: no such option: --logging-level
source share