kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

How to specify running order (both running in parallel and running in turn) when using multi-threaded/multi-process #82

Open 99Kies opened 4 years ago

99Kies commented 4 years ago

How to specify running order (both running in parallel and running in turn) when using multi-threaded/multi-process.

I want three test files to run in parallel, with each test file running the test function in turn. How do I design this?