[Python-Dev] python -m test -jN

Antoine Pitrou solipsis at pitrou.net
Wed Mar 23 17:37:42 CET 2011


On Wed, 23 Mar 2011 11:10:29 -0500
skip at pobox.com wrote:
> 
>     Antoine> Please take a look at
>     Antoine> http://docs.python.org/devguide/runtests.html and learn about
>     Antoine> the -j option ;)
> 
> I just gave it a try.  Several tests failed:
> 
>     test_builtin test_distutils test_imp test_peepholer test_pydoc
>     test_unicode test_unittest
> 
> OTOH, when I run a simple "make test" only distutils fails.

I would suggest adding the -W option to re-run the failing tests in
verbose mode, and then open individual issues about them.

Regards

Antoine.


More information about the Python-Dev mailing list