Display python unittest results in nice, tabular form [closed]
This is not exactly what you are asking, but there are several options for having a readable test output there: HTMLTestRunner generates easy to use HTML test reports in a tabular form. Here’s a sample report. nose-html-output plugin for nose test runner unittest-xml-reporting – PyUnit-based test runner with JUnit like XML reporting nose with –with-xunit … Read more