pytest-dev/pluggy

concurrent hook calls

RonnyPfannschmidt opened this issue · 0 comments

follow-up to #151 and #320

some hooks may be fine to run concurrent in a split/gather fashion

  • define basic semantics of return in order
  • define extra needs around return in received order
  • define extra needs around first_result and if it should be supported
  • define exception transformation into exception groups (superseeds #419)