On Wed, Apr 20, 2016 at 1:30 PM Floris Bruynooghe <[email protected]> wrote:

> With the signal method (default if you're on unix) it raises an
> pytest.fail.Exception from inside the signal handler, which means it
> gets raised from inside the test function call, the test fails and
> then finalizers run just normal.  However not all code can be
> interrupted this way, works most of the time though.
>

Oh right, thanks for the correction! :)

Cheers,
Bruno.
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to