2
1

Config.in 253 B

12345678
  1. config 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. http://github.com/xmlrunner/unittest-xml-reporting/