python-pytest-harvest
python-pytest-harvest copied to clipboard
Can it support pytest-parallel
Do you have a future plan to support pytest-parallel Thank you!
Hi @EitanBe , thanks for asking ! Currently the lib supports pytest-xdist only. Since all workers live in separate processes the current way to "regroup" the results is to use disk.
I do not know enough the differences between pytest-parallel and pytest-xdist to be able to tell if that solution should apply too here. Whatever the solution (similar or different than what is done for xdist) I would be happy to review a corresponding PR if you would like to have a look.
@EitanBe , is this topic still of interest ? Did you make any progress ?