Search code examples
pythonhtmlcustomizationunit-testingtextile

Customize Python unittest report with HTML or Textile


I'm using unittest for testing my python code. I'm seeking a way that I can do the following:

  1. Customize the report of test run.
  2. Export it as HTML or Textile document.

Any ideas?


Solution

  • I ended up using HTMLTestRunner, such a great and simple tool.