nosetests is capturing the output of my print statements. How to circumvent this?
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 passes. So what I’m doing is to force an assertion error to …