Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nosetests

How Can I Store Testing Data For Python Nosetests?

I want to write some tests for a python MFCC feature extractor for running with nosetest. As well a… Read more How Can I Store Testing Data For Python Nosetests?

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… Read more Nosetests Is Capturing The Output Of My Print Statements. How To Circumvent This?