diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/tests/test_multiarray.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index d8e1038f1..72672bf0d 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -192,7 +192,9 @@ class test_bool(ScipyTestCase): self.failUnless(array(True)[...] is a1) # Import tests from unicode +set_local_path() from test_unicode import * - +restore_path() + if __name__ == "__main__": - ScipyTest('numpy.core.multiarray').run() + ScipyTest('numpy.core.multiarray').run() |