Hi,
> An obvious idea is to allow the testing machinery to parse all
> the configs, including the doctest configs, then throw away the native
> (non-numpy) doctest plugin before we get to collecting and running the
> tests.
>
> I've attached a patch that does this; it's a little bit magic because
Hi,
Because I like doctests, I have the following set in my .noserc file:
with-doctest=1
This setting breaks numpy.test() like this:
In [2]: numpy.test()
Running unit tests for numpy
NumPy version 1.5.0.dev8029
NumPy is installed in /Users/mb312/usr/local/lib/python2.6/site-packages/numpy
Pytho