[Scipy-svn] r3815 - branches/testing_cleanup/scipy/sparse

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jan 11 20:54:26 EST 2008


Author: matthew.brett at gmail.com
Date: 2008-01-11 19:54:24 -0600 (Fri, 11 Jan 2008)
New Revision: 3815

Modified:
   branches/testing_cleanup/scipy/sparse/__init__.py
Log:
and refixed sparse init for nose tests

Modified: branches/testing_cleanup/scipy/sparse/__init__.py
===================================================================
--- branches/testing_cleanup/scipy/sparse/__init__.py	2008-01-12 01:50:57 UTC (rev 3814)
+++ branches/testing_cleanup/scipy/sparse/__init__.py	2008-01-12 01:54:24 UTC (rev 3815)
@@ -15,5 +15,5 @@
 from spfuncs import *
 
 __all__ = filter(lambda s:not s.startswith('_'),dir())
-from numpy.testing import NumpyTest
-test = NumpyTest().test
+from scipy.testing.pkgtester import Tester
+test = Tester().test




More information about the Scipy-svn mailing list