Python 3 Unittest Html And Xml Report Example
The unit test is very useful and helpful in programming. Python provides a built-in unittest module for you to test python class and functions. With third-party modules such as html-testRunner and xmlrunner , you can also generate test case reports in HTML or XML format. This article will tell you how to do that.
Python 3 Unittest Html And Xml Report Example Read More »