diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 00:21:33 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 00:21:33 +0000 |
commit | 4c2a11b0f32caee44b18fd521a2e62006a19f72f (patch) | |
tree | 757dbde06e0f09e18156ac2cdcbaf15337e998ee /numpy | |
parent | da03634412bee2491bab426808d8b3e6ad4b1545 (diff) | |
download | numpy-4c2a11b0f32caee44b18fd521a2e62006a19f72f.tar.gz |
Add regression tests so they get loaded.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_multiarray.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index a8ef88ecc..54759fdff 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -353,6 +353,7 @@ class test_newaxis(NumpyTestCase): # Import tests from unicode set_local_path() from test_unicode import * +from test_regression import * restore_path() if __name__ == "__main__": |