MCPcopy Create free account
hub / github.com/numpy/numpy / test_deprecated

Route test_deprecated

numpy/core/tests/test_deprecations.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
        "name", ["get_data", "get_shape", "get_strides", "get_as_parameter"]
    )

Source from the content-addressed store, hash-verified

1"""
2Tests related to deprecation warnings. Also a convenient place
3to document how deprecations should eventually be turned into errors.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected