[SciPy-user] 1.3.0b1 howto test

Neal Becker ndbecker2 at gmail.com
Thu Mar 19 08:48:10 EDT 2009


howto test without installing?

 PYTHONPATH=~/numpy-1.3.0b1/build/lib.linux-x86_64-2.5/ python -c 'import 
numpy; numpy.test()'
Running unit tests for numpy
NumPy version 1.3.0b1
NumPy is installed in /home/nbecker/numpy-1.3.0b1/build/lib.linux-
x86_64-2.5/numpy
Python version 2.5.2 (r252:60911, Sep 30 2008, 15:42:03) [GCC 4.3.2 20080917 
(Red Hat 4.3.2-4)]
nose version 0.10.3

----------------------------------------------------------------------
Ran 0 tests in 0.004s

OK

Well, found numpy 1.3.0 OK, but what about the tests?





More information about the SciPy-User mailing list