I'd like to add numpy.test(level=10, verbosity=0) to the top of my program. Is there a way for my program to find out if all tests passed? Or even better, how many tests ran and how many of those failed. Is there any way to suppress all output of numpy.test? verbosity=0 stops most, but not all, of it.