class documentation

class TestCtypesGetter(_DeprecationTestCase):

View In Hierarchy

Undocumented

Method test​_deprecated Undocumented
Method test​_not​_deprecated Undocumented
Class Variable ctypes 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
Class Variable message Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
@pytest.mark.parametrize('name', ['get_data', 'get_shape', 'get_strides', 'get_as_parameter'])
def test_deprecated(self, name):

Undocumented

Parameters
name:strUndocumented
@pytest.mark.parametrize('name', ['data', 'shape', 'strides', '_as_parameter_'])
def test_not_deprecated(self, name):

Undocumented

Parameters
name:strUndocumented
ctypes =

Undocumented