pytest.mark.parametrize(
"name", ["get_data", "get_shape", "get_strides", "get_as_parameter"]
)
| 1 | """ |
| 2 | Tests related to deprecation warnings. Also a convenient place |
| 3 | to document how deprecations should eventually be turned into errors. |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected