numpy.testing
numpy.testing.assert_raises
numpy.testing.assert_warns
numpy.testing.
assert_raises_regex
失败,除非在使用参数args和关键字参数kwargs调用时,callable抛出类exception_class和与expected_regexp匹配的消息的异常。
此函数的名称遵循Python 3.2+引用,但应适用于所有版本至2.6。