Welcome to testsuite-prettyprint-traceback’s documentation!

testsuite-prettyprint-traceback is a nose2 plugin that prettyprints traceback on failures and errors.

Warning

This project is currently released as a prototype. While as far as I know it works it is untested. Please report bugs you find to the issue tracker

Installation

pip install testsuite-prettyprint-traceback

Configuration

Configuration [pretty-print]

always-on
Default :True
Type :boolean
ansi256
Default :True
Type :boolean
pretty_print_traceback
Default :True
Type :boolean

Sample configuration

The default configuration is equivalent to including the following in a unittest.cfg file.

[pretty-print]
always-on = True
ansi256 = True
pretty_print_traceback = True

Plugin class reference: PrettyTracebackReporter

class testsuite.prettyprint.traceback.reporter.PrettyTracebackReporter[source]

Indices and tables