Closed
Description
I was wondering if we should integrate pytest-faulthandler
into the core? Given that faulthandler
is a builtin since Python 3.3 and we no longer support Python < 3.5 seems like this would be very helpful for users to diagnose core dumps.
It is a small plugin (less than 70 lines of code), and introduces two new options, --no-faulthandler
and --faulthandler-timeout
, with faulthandler being enabled by default for maximum usefulness. I've been using it in production for many years without problems.