summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r--numpy/testing/nosetester.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py
index 68165e126..6fff240eb 100644
--- a/numpy/testing/nosetester.py
+++ b/numpy/testing/nosetester.py
@@ -55,6 +55,7 @@ def get_package_name(filepath):
return '.'.join(pkg_name)
+
def run_module_suite(file_to_run=None, argv=None):
"""
Run a test module.
@@ -489,6 +490,7 @@ class NoseTester(object):
return nose.run(argv=argv, addplugins=add_plugins)
+
def _numpy_tester():
if hasattr(np, "__version__") and ".dev0" in np.__version__:
mode = "develop"