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? _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev