class documentation

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_method Undocumented
Method teardown_method 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: str): (source)

Undocumented

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

Undocumented

Undocumented