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

Mark parallelism for certain groups of tests #80

Open nixjdm opened 4 years ago

nixjdm commented 4 years ago

For instance, if I have a handful of tests that can't run in parallel, but the bulk of the test suite can, I'd want a way to mark that so that certain tests have to be run in sequence as normal, and the rest parallelized. I would want this split effective when running a single pytest command over the entire test suite.