Home
last modified time | relevance | path

Searched refs:junit (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py19 import junitparser.junitparser as junit namespace
1102 suite = junit.JUnitXml.fromfile(report)
1108 assert isinstance(suite, junit.TestSuite)
1125 if any(isinstance(r, junit.Failure) for r in case.result):
1128 elif any(isinstance(r, junit.Error) for r in case.result):
1131 elif any(isinstance(r, junit.Skipped) for r in case.result):
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1940 * :github:`38179` - twister: only report failures in merged junit output