@@ -128,7 +128,7 @@ def test_to_numpy_numpy_numeric(dtype, expected_dtype):
128
128
129
129
130
130
@pytest .mark .parametrize ("dtype" , [None , np .str_ , "U10" ])
131
- def test_to_numpy_ndarray_numpy_dtypes_string (dtype ):
131
+ def test_to_numpy_numpy_string (dtype ):
132
132
"""
133
133
Test the _to_numpy function with NumPy arrays of string types.
134
134
"""
@@ -273,7 +273,7 @@ def test_to_numpy_pandas_numeric_with_na(dtype, expected_dtype):
273
273
pytest .param ("string[pyarrow_numpy]" , marks = skip_if_no (package = "pyarrow" )),
274
274
],
275
275
)
276
- def test_to_numpy_pandas_series_pandas_dtypes_string (dtype ):
276
+ def test_to_numpy_pandas_string (dtype ):
277
277
"""
278
278
Test the _to_numpy function with pandas.Series of pandas string types.
279
279
@@ -295,7 +295,7 @@ def test_to_numpy_pandas_series_pandas_dtypes_string(dtype):
295
295
pytest .param ("date64[ms][pyarrow]" , "datetime64[ms]" , id = "date64[ms]" ),
296
296
],
297
297
)
298
- def test_to_numpy_pandas_series_pyarrow_dtypes_date (dtype , expected_dtype ):
298
+ def test_to_numpy_pandas_date (dtype , expected_dtype ):
299
299
"""
300
300
Test the _to_numpy function with pandas.Series of PyArrow date32/date64 types.
301
301
"""
@@ -404,7 +404,7 @@ def test_to_numpy_pyarrow_numeric_with_na(dtype, expected_dtype):
404
404
"string_view" ,
405
405
],
406
406
)
407
- def test_to_numpy_pyarrow_array_pyarrow_dtypes_string (dtype ):
407
+ def test_to_numpy_pyarrow_string (dtype ):
408
408
"""
409
409
Test the _to_numpy function with PyArrow arrays of PyArrow string types.
410
410
"""
@@ -422,7 +422,7 @@ def test_to_numpy_pyarrow_array_pyarrow_dtypes_string(dtype):
422
422
pytest .param ("date64[ms]" , "datetime64[ms]" , id = "date64[ms]" ),
423
423
],
424
424
)
425
- def test_to_numpy_pyarrow_array_pyarrow_dtypes_date (dtype , expected_dtype ):
425
+ def test_to_numpy_pyarrow_date (dtype , expected_dtype ):
426
426
"""
427
427
Test the _to_numpy function with PyArrow arrays of PyArrow date types.
428
428
0 commit comments