views:

48

answers:

1

Hey,

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?

+2  A: 

testoob should support your reporting requirements (not sure whether it supports textile reporting, but it definitely does support HTML reporting).

Alex Martelli