forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
365 B
Text
6 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
|