diff options
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r-- | numpy/testing/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py new file mode 100644 index 000000000..028890a49 --- /dev/null +++ b/numpy/testing/__init__.py @@ -0,0 +1,4 @@ + +from info import __doc__ +from numpytest import * +from utils import * |