Hey,
I'm using unittest for testing my python code. I'm seeking a way that I can do the following:
- Customize the report of test run.
- Export it as HTML or Textile document.
Any ideas?
Hey,
I'm using unittest for testing my python code. I'm seeking a way that I can do the following:
Any ideas?
testoob should support your reporting requirements (not sure whether it supports textile
reporting, but it definitely does support HTML reporting).