[Numpy-discussion] --nocapture with numpy.testing.Tester

David Warde-Farley wardefar at iro.umontreal.ca
Mon Nov 15 17:52:56 EST 2010


Hi,

I'm trying to use numpy.testing.Tester to run tests for another, numpy-based 
project. It works beautifully, except for the fact that I can't seem to 
silence output (i.e. NOSE_NOCAPTURE/--nocapture/-s). I've tried to call test
with extra_argv=['-s'] and also tried subclassing to muck with
prepare_test_args but nothing seems to work, I still get stdout captured.
Does anyone know what I'm doing wrong?

David 



More information about the NumPy-Discussion mailing list