summaryrefslogtreecommitdiff
path: root/numpy/tests
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-11-23 16:44:05 -0700
committerCharles Harris <charlesr.harris@gmail.com>2012-11-23 17:25:57 -0700
commite33dbfcc42f2d241f10866e0cb8c08a5922fedc8 (patch)
tree2650c45af868f434b32d88a857911df4501bf35a /numpy/tests
parent20224ea62ed42a3ebc0795f62b78309ff9ab1a8a (diff)
downloadnumpy-e33dbfcc42f2d241f10866e0cb8c08a5922fedc8.tar.gz
BUG: Import run_module_suite in test_matlib.py
This is needed so test_matlib.py can be run by python.
Diffstat (limited to 'numpy/tests')
-rw-r--r--numpy/tests/test_matlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_matlib.py b/numpy/tests/test_matlib.py
index 076676495..010aa8d84 100644
--- a/numpy/tests/test_matlib.py
+++ b/numpy/tests/test_matlib.py
@@ -1,6 +1,6 @@
import numpy as np
import numpy.matlib
-from numpy.testing import assert_array_equal, assert_
+from numpy.testing import assert_array_equal, assert_, run_module_suite
def test_empty():
x = np.matlib.empty((2,))