Description
Unit test results can be emitted as JUnit-style XML for CI systems and reporting tools. This PyUnit-based runner helps Python projects integrate test output with dashboards that understand JUnit reports.
It runs tests selected by the project and writes report files. Test code can execute arbitrary project behavior, so use normal trust boundaries for external test suites.