When I type
$ nosetests -v mytest.py
all my print outputs are captured when all tests pass. I want to see print outputs even everything pas
This was added recently to nose instead of --nocapture do this:
--nocapture
nosetests -s