[Numpy-discussion] Test framework changes

Charles R Harris charlesr.harris at gmail.com
Sun Jun 22 00:25:22 EDT 2008


On Fri, Jun 20, 2008 at 6:22 PM, Alan McIntyre <alan.mcintyre at gmail.com>
wrote:

> On Fri, Jun 20, 2008 at 7:22 PM, Fernando Perez <fperez.net at gmail.com>
> wrote:
> > It may be worth bringing it up wtih the nose guys here:
> >
> > http://lists.idyll.org/listinfo/testing-in-python
> >
> > The nose author seems very responsive, and Titus Brown is on the list
> > and cares a lot about numpy/scipy, and he may offer suggestions as
> > well.
>

Speaking of nose, I discovered why it couldn't find test_linalg.py; there
was a working copy in the tests directory named test_linalg.pure.py that got
copied into the numpy install and the name apparently confused nose. Moral:
don't leave working files in the test directories.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080621/dcc64533/attachment.html>


More information about the NumPy-Discussion mailing list