summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_extint128.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_extint128.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_extint128.py')
-rw-r--r--numpy/core/tests/test_extint128.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_extint128.py b/numpy/core/tests/test_extint128.py
index d87585dcf..31786124d 100644
--- a/numpy/core/tests/test_extint128.py
+++ b/numpy/core/tests/test_extint128.py
@@ -6,7 +6,7 @@ import contextlib
import operator
import numpy as np
-import numpy.core.multiarray_tests as mt
+import numpy.core._multiarray_tests as mt
from numpy.compat import long
from numpy.testing import assert_raises, assert_equal, dec