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

Is it possible to have a separate log for each process? #105

Open boris-becker-p opened 2 years ago

EitanBe commented 2 years ago

@boris-becker-p that would be great! process and thread - connect between test name and the process

snackattas commented 1 year ago

I second this...and also, advice on where to put code that normally lives in before suites or the pytest_runtestloop which is where I normally put a lot of setup, but, does't run in pytest-parallel