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

Add support for serial class execution #87

Closed erlendvollset closed 3 years ago

erlendvollset commented 3 years ago

Allows for tests within a class to be executed in serial in a single thread worker by specifying argument --seriali-class-execution.