class documentation

class TestDeprecatedUnpickleObjectScalar(_DeprecationTestCase): (source)

View In Hierarchy

Technically, it should be impossible to create numpy object scalars, but there was an unpickle path that would in theory allow it. That path is invalid and must lead to the warning.

Method test_deprecated Undocumented
Class Variable message Undocumented

Inherited from _DeprecationTestCase:

Method assert_deprecated Test if DeprecationWarnings are given and raised.
Method assert_not_deprecated Test that warnings are not raised.
Method setup_method Undocumented
Method teardown_method Undocumented
Instance Variable log Undocumented
Instance Variable warn_ctx Undocumented
def test_deprecated(self): (source)

Undocumented