[TIP] test parallelization

jason pellerin jpellerin at gmail.com
Tue Jan 11 07:58:36 PST 2011


Once again my tip-list-fu fails me. This was supposed to go to the list:

On Tue, Jan 11, 2011 at 10:57 AM, jason pellerin <jpellerin at gmail.com> wrote:
>>> If it won't, what are the best current Python test parallelization
>>> solutions? What direction is the community heading?
>>
>> py.test definitely provides this. I'm not sure about nose. It may be
>> possible to do it with unittest(2) using testtools or another library.
>
> nose does, but only locally (and with other caveats), using the
> processing module.
>
> See http://packages.python.org/nose/plugins/multiprocess.html
>
> JP
>



More information about the testing-in-python mailing list