numpy.testing.Tester.prepare_test_args — NumPy v1.13 Manual (original) (raw)
Tester. prepare_test_args(label='fast', verbose=1, extra_argv=None, doctests=False, coverage=False)[source]¶
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.
See also