Jorgen,<br><br>OK, this should be easy to fix as this is a common problem we have on Windows (finding executables).<br><br>Could you file a bug report for this so we can keep track of it?<br><br>Thanks,<br><br>Brian<br><br>
<div class="gmail_quote">On Sat, Jan 9, 2010 at 7:01 AM, Jörgen Stenarson <span dir="ltr"><<a href="mailto:jorgen.stenarson@bostream.nu">jorgen.stenarson@bostream.nu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Fernando Perez skrev 2010-01-07 21:46:<br>
<div class="im">> Hey Jorgen,<br>
><br>
> On Thu, Jan 7, 2010 at 11:05 AM, Jörgen Stenarson<br>
> <<a href="mailto:jorgen.stenarson@bostream.nu">jorgen.stenarson@bostream.nu</a>>  wrote:<br>
>><br>
>> what is the recommended way of running tests on trunk now?<br>
>><br>
>> I tried:<br>
>> test/runtests.py        from inside ipython with %run, didn't work<br>
>> IPython/testing/iptest  called as iptest all, didn't work<br>
>> nosetests               Seems to work but has 19 errors and 5 failures<br>
><br>
> My trunk-dev branch:<br>
><br>
> <a href="https://code.launchpad.net/%7Efdo.perez/ipython/trunk-dev" target="_blank">https://code.launchpad.net/~fdo.perez/ipython/trunk-dev</a><br>
><br>
> is more test-friendly than trunk right now.  Once reviewed (feel free<br>
> to pitch in, I'd appreciate it!), we'll merge it into trunk with<br>
> whatever changes are needed.  Still, with that branch, the best way to<br>
> run the tests is just to type at the command line<br>
><br>
> ./iptest<br>
><br>
</div>This does not seem to work on windows. I just made a branch of your<br>
trunk-dev branch and tried to run the tests. You can see the results<br>
below. In case your swedish is a bit rusty;-) it complains that iptest<br>
is not a command or batchfile.<br>
<br>
Any ideas on what to do?<br>
<br>
/Jörgen<br>
<br>
C:\python\external\ipython-perez\IPython>python testing\iptest.py<br>
*****************************************************************************<br>
IPython test group: IPython.utils<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando, program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.scripts<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.lib<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.frontend<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.extensions<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.core<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.config<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
*****************************************************************************<br>
IPython test group: IPython.testing<br>
c:\python\external\ipython-perez\IPython\scripts\iptest är inte ett<br>
internt kommando, externt kommando,program eller kommandofil.<br>
<br>
*****************************************************************************<br>
Ran 8 test groups in 1.266s<br>
<br>
ERROR - 8 out of 8 test groups failed.<br>
----------------------------------------<br>
Runner failed: IPython.lib<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.lib<br>
<br>
----------------------------------------<br>
Runner failed: IPython.scripts<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.scripts<br>
<br>
----------------------------------------<br>
Runner failed: IPython.utils<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.utils<br>
<br>
----------------------------------------<br>
Runner failed: IPython.frontend<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.frontend<br>
<br>
----------------------------------------<br>
Runner failed: IPython.extensions<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v<br>
IPython.extensions<br>
<br>
----------------------------------------<br>
Runner failed: IPython.core<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.core<br>
<br>
----------------------------------------<br>
Runner failed: IPython.config<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.config<br>
<br>
----------------------------------------<br>
Runner failed: IPython.testing<br>
You may wish to rerun this one individually, with:<br>
c:\python\external\ipython-perez\IPython\scripts\iptest -v IPython.testing<br>
<br>
<br>
C:\python\external\ipython-perez\IPython><br>
<div><div></div><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br>