Closed
Description
Following issue #229 and the discussion there, adding generators to case function requires discussion and some work:
- What about pytest marks ? marking a single subcase (1 yield) / marking all subcases (all of the yields) ?
- Should we consider the "return" of a generator ?
- How to manage pytest ids one by one ? All at once ?
- How to manage the compliance with the @case decorator ? (ids, filters, tags, etc.). Maybe the best way is to not create a new decorator but to have extra arguments in this decorator ?
Let the conversation begin 🤓