This is documentation for an old release of NumPy (version 1.6.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.testing.Tester.prepare_test_args
-
Tester.prepare_test_args(label='fast', verbose=1, extra_argv=None, doctests=False, coverage=False)
Run tests for module using nose.
This method does the heavy lifting for the test method. It takes all
the same arguments, for details see test.