[TIP] test parallelization

Benjamin Peterson benjamin at python.org
Tue Jan 11 07:50:13 PST 2011


2011/1/11 Matt McClure <mlm at aya.yale.edu>:
> Does Python's unittest2 provide parallel test execution?

No.

>
> If not, will it? When?
>
> If it won't, what are the best current Python test parallelization
> solutions? What direction is the community heading?

pytest-xdist :)


-- 
Regards,
Benjamin



More information about the testing-in-python mailing list