[Numpy-discussion] Nose, doctests and extension modules.

2008-06-20 Thread Fernando Perez
Howdy, I made some progress on the issue I mentioned earlier: http://lists.idyll.org/pipermail/testing-in-python/2008-June/000709.html As indicated there, a bug report has been filed with Python itself: http://bugs.python.org/issue3158 But in the meantime, Alan may want to apply the monkeypatc

[Numpy-discussion] Nose, doctests and extension modules

2008-06-19 Thread Fernando Perez
Hi all, as we transition over to nose in full (which I'm very happy to see), we'll want to have a good solution to finding doctests in extension modules. My initial efforts haven't been very fruitful on this front, and if any of you has any insights, I'd appreciate to hear them. I started the co