class documentation

class TestDeprecatedUnpickleObjectScalar(_DeprecationTestCase):

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 Undocumented
Method teardown Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
def test_deprecated(self):

Undocumented