diff options
Diffstat (limited to 'numpy/tests')
-rw-r--r-- | numpy/tests/test_ctypeslib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_ctypeslib.py b/numpy/tests/test_ctypeslib.py index 6ee75271d..875e1a1c7 100644 --- a/numpy/tests/test_ctypeslib.py +++ b/numpy/tests/test_ctypeslib.py @@ -4,7 +4,7 @@ import numpy as N from numpy.ctypeslib import ndpointer restore_path() -class test_ndpointer(NumpyTestCase): +class TestNdpointer(NumpyTestCase): def check_dtype(self): dt = N.intc p = ndpointer(dtype=dt) |