[Numpy-discussion] unit tests / developing numpy

Stéfan van der Walt stefan at sun.ac.za
Wed Jul 24 22:53:19 EDT 2013


On Thu, 25 Jul 2013 08:47:03 +0000, Graeme B. Bell wrote:
> 
> Does anyone know how to get the unit tests to run on a local fork, without doing a complete install of numpy? 
> 

I usually do an in-place build with either

bentomaker build -i -j

or

python setup.py build_ext -i

Then

export PYTHONPATH=$PYTHONPATH:/path/to/numpy

and

nosetests numpy

Stéfan




More information about the NumPy-Discussion mailing list