Closed
Description
Originally reported by: Anonymous
Apologies if this has been raised and triaged already. I could not find it in the archives.
The enhancement I request in py.test is the ability to control how tests are executed in parallel. It would be really nice to have a way to run multiple classes/modules in parallel, while having serial execution within a given set of classes/modules.
TestNG (Java) provides similar functionality. Please see:
http://testng.org/doc/documentation-main.html#parallel-running
This was also discussed a while ago on StackOverflow. Please see discussion:
http://stackoverflow.com/questions/4637036/is-there-a-way-to-control-how-pytest-xdist-runs-tests-in-parallel