Re: [Numpy-discussion] Doctests for extensions/cython code

2008-07-13 Thread Alan McIntyre
On Sun, Jul 13, 2008 at 2:32 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > For numpy, we obviously must first remove all the ipython-specific > code from there. The two plugins are separated, so it's perfectly > doable, I just ran out of time. I'm putting it here in the hopes that > it will be

[Numpy-discussion] Doctests for extensions/cython code

2008-07-12 Thread Fernando Perez
Hi all (esp. Alan McIntyre), I'm attaching two little tarballs with a set of tools that may come in handy for testing numpy: - plugin.tgz contains a Nose plugin that works around various issues in the python stdlib, in nose and in cython, to enable the testing of doctests embedded in extension mo