pytest.mark.parametrize("args", [
(True,), # Not a tuple.
((None,)), # Too few elements
((None, None, None),), # Too many
((None, None),), # Input dtype is None, wh
| 1 | """ |
| 2 | This file tests the generic aspects of ArrayMethod. At the time of writing |
| 3 | this is private API, but when added, public API may be added here. |
| 4 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected