Re: [pytest-dev] Fwd: Continuing on failures

2020-03-27 Thread Victor Maryama
ut such a hook, I think the function or context manager is the best > path forward, and is a reasonable way to build a better prototype before > adding hooks deep in pytest internals. > > Thank you! > Max > > On Fri, 27 Mar 2020 at 09:26, Victor Maryama > wrote: > >>

Re: [pytest-dev] Fwd: Continuing on failures

2020-03-27 Thread Victor Maryama
What about pytest-assume as a context manager around the assert line? That way you get the soft assertions feature and pytest still rewrites the assertions. On Fri, Mar 27, 2020, 12:47 PM Bruno Oliveira wrote: > Hi Maximilian, > > On Thu, Mar 26, 2020 at 7:29 PM Maximilian Roos > wrote: > >>

Re: [pytest-dev] [proposal] global and per item data stashes

2019-10-16 Thread Victor Maryama
Hi guys! I am no expert, but maybe is this something that could replace or intersect with the functionality provided by https://smarie.github.io/python-pytest-harvest/ (fixture_store and results_bag fixtures)? And maybe the code that is saving fixture and test context information like in