This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.testing.Tester.__init__

Tester.__init__(package=None)

Test class init

Parameters :

package : string or module

If string, gives full path to package If None, extract calling module path Default is None

This Page