diff options
Diffstat (limited to 'numpy/numarray')
-rw-r--r-- | numpy/numarray/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/numarray/__init__.py b/numpy/numarray/__init__.py index b0819d127..b7736db3c 100644 --- a/numpy/numarray/__init__.py +++ b/numpy/numarray/__init__.py @@ -24,3 +24,7 @@ del util del functions del ufuncs del compat + +from numpy.testing.pkgtester import Tester +test = Tester().test +bench = Tester().bench |