[pytest-dev] Running a parametrized test case in multiple CPUs

2014-12-06 Thread Goncalo Morgado
Hi pytest community, I am not sure this is the right place to ask this, and I am sorry if it's not. I am trying to make use of multiple CPUs to run my tests, which I can for separately defined tests (different test_ functions for instance). *The challenge is to run tests, generated from one

Re: [pytest-dev] Running a parametrized test case in multiple CPUs

2014-12-06 Thread Bruno Oliveira
Have you tried using pytest-xdist? Cheers, On Sat, Dec 6, 2014 at 4:26 PM, Goncalo Morgado goncalo.ma...@gmail.com wrote: Hi pytest community, I am not sure this is the right place to ask this, and I am sorry if it's not. I am trying to make use of multiple CPUs to run my tests, which I