7 lines
365 B
Text
7 lines
365 B
Text
|
A Python module for creating JUnit XML test result documents that can be read
|
||
|
by tools such as Jenkins. If you are ever working with test tool or test suite
|
||
|
written in Python and want to take advantage of Jenkins' pretty graphs and test
|
||
|
reporting capabilities, this module will let you generate the XML test reports.
|
||
|
|
||
|
WWW: https://github.com/kyrus/python-junit-xml
|