This plugin provides --pdb and --pdb-failures options. The --pdb option will drop the test runner into pdb when it encounters an error. To drop into pdb on failure, use --pdb-failures.
Bases: nose.plugins.base.Plugin
Provides –pdb and –pdb-failures options that cause the test runner to drop into pdb if it encounters an error or failure, respectively.
Enter pdb if configured to debug errors.
Enter pdb if configured to debug failures.
Configure which kinds of exceptions trigger plugin.
Register commandline options.