[Numpy-discussion] Error for numpy.test() with doctest environment configs

Matthew Brett matthew.brett at gmail.com
Mon Dec 28 05:35:34 EST 2009


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
> of the class structure of nose, but I hope it makes sense.   I'd be
> very grateful for a review,

Any objections to applying this patch to trunk?  I believe it is correct...

Best,

Matthew



More information about the NumPy-Discussion mailing list