diff --git a/tests/test_autoray.py b/tests/test_autoray.py index d499d47..64c6df5 100644 --- a/tests/test_autoray.py +++ b/tests/test_autoray.py @@ -885,6 +885,7 @@ def test_zeros_passes_dtype_device(self, backend, dtype): (complex, np.complex128), ] + @pytest.mark.parametrize("fn, args", creation_funcs_with_args) @pytest.mark.parametrize("dtype, expected", creation_builtins) def test_creation_with_builtins(fn, args, dtype, expected):