This is a plugin for nose. This plugin is enabled by default. It activates the faulthandler module before running tests.
You can install or upgrade nose-faulthandler
with these commands:
$ pip install nose-faulthandler $ pip install --upgrade nose-faulthandler
This plugin is enabled by default. You can deactivate it with:
$ nosetests --no-faulthandler ...
- First release