[pypy-dev] Pypy frontend/ testall.py

holger krekel hpk at trillke.net
Mon Mar 3 12:09:03 CET 2003


[logistix Sun, Mar 02, 2003 at 09:44:31PM -0500]
> I've written a small script that'll allow you to run .py scripts via
> pypy.  Ultimately, it'll incorporate all of the functionality of calling
> 'python' from the command-line.  Normally, I'd get some more work done
> before distributing it, but it is enough to run testall.py in the test
> directory, so I thought it might be of interest.
> 
> It should be noted that testall.py fails quite spectacularly, as can be
> expected at this point, and aborts execution.  I piped the results to a
> logfile, but there were enough errors hitting stderr and bypassing the
> pipe to make the logfile useless.
> 
> Interested people can download the script at:
> 
> http://members.bellatlantic.net/~olsongt/python/pypython.py

i have just checked in trunk/src/pypy/tools/test_all.py
that iterates over the tests in "interpreter".  It's not
finished but a good starting point.  just go there and 
execute "python test_all.py" (tested only on linux). 

    holger


More information about the Pypy-dev mailing list