pyfrc icon indicating copy to clipboard operation
pyfrc copied to clipboard

Isolated mode: run tests in parallel

Open virtuald opened this issue 9 months ago • 0 comments

pytest-xdist can do it, so can we?

The reason we aren't using pytest-xdist is that it doesn't have a way to limit the number of simultaneous tests and have each test be running in its own process.

virtuald avatar Feb 21 '25 16:02 virtuald