From c331857d8663ecf54bbe88c834755da749e8ab52 Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Tue, 17 Jun 2008 00:23:20 +0000 Subject: Switched to use nose to run tests. Added test and bench functions to all modules. --- numpy/numarray/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'numpy/numarray') 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 -- cgit v1.2.1