Searched full:junitparser (Results 1 – 5 of 5) sorted by relevance
7 junitparser>=2
147 pip install junitparser junit2html148 junitparser merge artifacts/*/twister.xml junit.xml
175 pip install junitparser junit2html176 … junitparser merge --glob "./bsim_*/*bsim_results.*.xml" "./twister-out/twister.xml" junit.xml
226 pip install junitparser junit2html227 junitparser merge artifacts/*/*/twister.xml junit.xml
28 from junitparser import TestCase, TestSuite, JUnitXml, Skipped, Error, Failure1932 print("See https://github.com/weiwei/junitparser/issues/99")