[pypy-dev] Testing pypy

Seung Soo, Ha sungsuha at gmail.com
Wed Aug 10 09:16:13 CEST 2011


http://docs.python.org/devguide/runtests.html

Can I run tests on pypy as above?

I downloaded the linux binary version for the pypy website
(https://bitbucket.org/pypy/pypy/downloads/pypy-1.5-linux64.tar.bz2)

running
$./pypy -m test

prints 
"
 No module named test.__main__; 'test' is a package and cannot be directly 
executed
"

(without a new line at the end!)

Is this expected? Am I doing something wrong here?



More information about the pypy-dev mailing list