numpy.testing.assert_warns(warning_class, *args, **kwargs)
numpy.testing.assert_almost_equal(actual, desired, decimal=7, err_msg='', verbose=True)
numpy.testing.assert_raises_regex(exception_class, expected_regexp, callable_obj=None, *args, **kwargs)
numpy.testing.decorate_methods(cls, decorator, testmatch=None)
numpy.testing.assert_equal(actual, desired, err_msg='', verbose=True)
numpy.testing.run_module_suite(file_to_run=None, argv=None)
numpy.testing.assert_string_equal(actual, desired)
numpy.testing.decorators.slow(t)
numpy.testing.Tester
numpy.testing.decorators.deprecated(conditional=True)
Page 1 of 3