3.1.1.1.1. statsmodels.NoseWrapper

class statsmodels.NoseWrapper(package=None, raise_warnings=None)[source]

This is simply a monkey patch for numpy.testing.Tester.

It allows extra_argv to be changed from its default None to [‘–exe’] so that the tests can be run the same across platforms. It also takes kwargs that are passed to numpy.errstate to suppress floating point warnings.

__init__(package=None, raise_warnings=None)

3.1.1.1.1.1. Methods

__init__([package, raise_warnings])
bench([label, verbose, extra_argv]) Run benchmarks for module using nose.
prepare_test_args([label, verbose, ...]) Run tests for module using nose.
test([label, verbose, extra_argv, doctests, ...]) Run tests for module using nose

3.1.1.1.1.2. Attributes

excludes