[IPython-dev] iptest issue

Fernando Perez fperez.net at gmail.com
Tue Aug 17 19:25:35 EDT 2010


On Mon, Aug 16, 2010 at 8:38 AM, Gerardo Gutierrez
<muzgash.lists at gmail.com> wrote:
>
>
> I've modified correctly (I think) setupbase.py file:
>
> add_package(packages, 'frontend.qt.nb',tests=True)
>
> I don't have a clue of what's hapening.

No idea, I've never seen that error...

Try running the tests just with nose:

nosetests etc...

Using iptest is necessary for the more esoteric stuff that needs a
running, hidden ipython instance, but hopefully all new code can be
tested by more normal mechanisms.

Cheers,

f



More information about the IPython-dev mailing list