summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_nditer.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-23 06:50:00 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-03-24 09:55:09 -0600
commitfbb29df68bd7f330d5a5ced2c20e9244f12f9648 (patch)
tree43b8d9dab23035628ca116be269b507655ecaf53 /numpy/core/tests/test_nditer.py
parente8389cb15f8d8fd902ea9f7aad0da64bce0f2583 (diff)
downloadpython-numpy-fbb29df68bd7f330d5a5ced2c20e9244f12f9648.tar.gz
python-numpy-fbb29df68bd7f330d5a5ced2c20e9244f12f9648.tar.bz2
python-numpy-fbb29df68bd7f330d5a5ced2c20e9244f12f9648.zip
TST: Rename some compiled c test modules
The renamed C modules provide low level functions for testing. The rename marks them as private functions and makes them invisible to pytest by default.
Diffstat (limited to 'numpy/core/tests/test_nditer.py')
-rw-r--r--numpy/core/tests/test_nditer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_nditer.py b/numpy/core/tests/test_nditer.py
index 1b2485a87..6b1152e09 100644
--- a/numpy/core/tests/test_nditer.py
+++ b/numpy/core/tests/test_nditer.py
@@ -5,7 +5,7 @@ import warnings
import numpy as np
from numpy import array, arange, nditer, all
-from numpy.core.multiarray_tests import test_nditer_too_large
+from numpy.core._multiarray_tests import test_nditer_too_large
from numpy.testing import (
run_module_suite, assert_, assert_equal, assert_array_equal,
assert_raises, assert_warns, dec, HAS_REFCOUNT, suppress_warnings