1config BR2_PACKAGE_PYTHON_UNITTEST_XML_REPORTING
2 bool "python-unittest-xml-reporting"
3 depends on BR2_PACKAGE_PYTHON3
4 select BR2_PACKAGE_PYTHON3_PYEXPAT
5 help
6 unittest-based test runner with Ant/JUnit like XML
7 reporting.
89http://github.com/xmlrunner/unittest-xml-reporting/10