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 executing class tests in serial #88

Closed erlendvollset closed 3 years ago

erlendvollset commented 3 years ago

pass --serial-class-exection to have any test functions defined within a class executed in serial by the same thread worker.

erlendvollset commented 3 years ago

@kevlened Hi! There are some tests failing here.. These fail without my changes aswell. Do you think you could provide some pointers as to how to fix? And if this feature is something you would be open to including?