Bruno Oliveira <[email protected]> writes: > Hi Lele, > > I think a possible workaround is implementing your own > ``pytest_generate_tests`` hook
Thank you Bruno, that's what I was looking for! This is how I implemented it: https://github.com/lelit/metapensiero.pj/blob/fstrings/tests/conftest.py The only thing I couldn't figure out is how I can report back some kind of "skipped" message, some kind of XFailed status without breaking off the generation loop (see line 69)... Thanks again, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
