nose: nose.result
Provides a TextTestResult that extends unittest._TextTestResult to provide support for error classes (such as the builtin skip and deprecated classes), and hooks for plugins to take over or extend reporting.
Classes
Highlighted methods are defined in this class.
Text test result that extends unittest's default test result support for a configurable set of errorClasses (eg, Skip, Deprecated, TODO) that extend the errors/failures/success triad.
Methods
Overrides normal addError to add support for errorClasses. If the exception is a registered class, the error will be added to the list for that class, not errors.
Overrides to print all errorClasses errors as well.
Called by the test runner to print the final summary of test run results.
Indicates that the tests should be aborted
Called when the given test has been run
Overrides to check that there are no errors in errorClasses lists that are marked as errors that should cause a run to fail.
Attributes
Default value: ======================================================================
Default value: ----------------------------------------------------------------------
Functions
Attributes
Default value: <logging.Logger instance>