This plugin provides assert introspection. When the plugin is enabled and a test failure occurs, the traceback is displayed with extra context around the line in which the exception was raised. Simple variable substitution is also performed in the context output to provide more debugging information.
Add detail to error output by attempting to evaluate failed asserts [NOSE_DETAILED_ERRORS]
Bases: nose.plugins.base.Plugin
Plugin that provides extra information in tracebacks of test failures.
Configure plugin.
Add detail from traceback inspection to error message of a failure.
Register commmandline options.