summaryrefslogtreecommitdiff
path: root/numpy/testing/numpytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/numpytest.py')
-rw-r--r--numpy/testing/numpytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/numpytest.py b/numpy/testing/numpytest.py
index d58d9d01f..4792f035b 100644
--- a/numpy/testing/numpytest.py
+++ b/numpy/testing/numpytest.py
@@ -527,7 +527,7 @@ class NumpyTest:
all_tests = unittest.TestSuite(suite_list)
return all_tests
- def test(self, level=1, verbosity=1, all=False, sys_argv=[],
+ def test(self, level=1, verbosity=1, all=True, sys_argv=[],
testcase_pattern='.*'):
"""Run Numpy module test suite with level and verbosity.