Re: [Python-Dev] python -m test -jN

2011-03-23 Thread Antoine Pitrou
On Wed, 23 Mar 2011 11:10:29 -0500 s...@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_i

Re: [Python-Dev] python -m test -jN

2011-03-23 Thread skip
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

[Python-Dev] python -m test -jN

2011-03-23 Thread Antoine Pitrou
Hey Barry, > Python sort of has that, but I guess it depends on your definition of "fast" > :). Here are my run times. > > 'make quicktest': 18m > 'make test' : 30m > 'make testall' : 35m Please take a look at http://docs.python.org/devguide/runtests.html and learn about the -j option ;)