smarie / python-pytest-harvest

Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
https://smarie.github.io/python-pytest-harvest/
BSD 3-Clause "New" or "Revised" License
63 stars 9 forks source link

Check compliance with xdist #1

Closed smarie closed 4 years ago

humbienri commented 4 years ago

Hello,

Any traction on this? I am contemplating using this pytest "plugin" but wonder if it'll be something that will eventually trip us up when we choose to parallelize our tests in the future.

Thank you :)

smarie commented 4 years ago

Thanks for the feedback ! Well the best idea would be to test :) I actually do not master xdist at all, that's why I left that aside until someone with at least some experience of it would get me started.

So if you are able to provide a minimal reproducible example, do not hesitate to post it here ;) ; if that leads to a bug, I'll try to fix it. If not, we'll close this ticket.

humbienri commented 4 years ago

Good to know, thank you.

smarie commented 4 years ago

See #32 that has more details - we can close this one now