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

2009-12-28 Thread Matthew Brett
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

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

2009-12-24 Thread Matthew Brett
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