summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-27 09:26:43 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-03-29 11:41:35 -0600
commit157aedaa50d3c5fc74b45c79fb8b8c4b650217ac (patch)
tree3c537ff46b4e0c031e791aeb85487be2eb9c782d /numpy/testing/noseclasses.py
parente4d678a2f5859d29a853d617e9e5bbd4b6241898 (diff)
downloadnumpy-157aedaa50d3c5fc74b45c79fb8b8c4b650217ac.tar.gz
MAINT: Rearrange numpy/testing files.
This is to prepare for the switch to pytest. * Rename `numpy/testing/nose_tools` to `numpy/testing/_private`. * Redirect imports as needed. * Copy `_testutils.py` from scipy to `numpy/testing/_private`. * Rename `_testutils.py` to `_pytester.py` and remove unneeded bits.
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r--numpy/testing/noseclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index 144c4e7e4..7c0a5b7f6 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -2,4 +2,4 @@
Back compatibility noseclasses module. It will import the appropriate
set of tools
"""
-from .nose_tools.noseclasses import * \ No newline at end of file
+from ._private.noseclasses import *