I'm using unittest for testing my python code. I'm seeking a way that I can do the following:
Any ideas?
I ended up using HTMLTestRunner, such a great and simple tool.