Either: $ nosetests --nocapture mytest.py. Or: $ NOSE_NOCAPTURE=1 nosetests mytests.py. (it can also be specified in the nose.cfg file, ...
確定! 回上一頁