Re: [Cython] Unit testing Cython extensions

2013-04-23 Thread Robert Bradshaw
There is nothing special about Cython here, if you have "foo.py" instead of "foo.so" you would be seeing exactly the same results. You need to either set PYTHONPATH or have foo be in the same package layout as your tests. On Tue, Apr 23, 2013 at 1:51 PM, Torsten Landschoff wrote: > Hi again, > >

[Cython] Unit testing Cython extensions

2013-04-23 Thread Torsten Landschoff
Hi again, I am just wondering how to do unit testing on extensions built using Cython with py.test. My problem: The extension module I am working on is installed in our global python environment (inside the build slaves as well as on local machines) already. Before installing a new version of the