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
pip install testsuite-prettyprint-traceback
| Default : | True |
|---|---|
| Type : | boolean |
| Default : | True |
|---|---|
| Type : | boolean |
| Default : | True |
|---|---|
| Type : | boolean |
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