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