Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/tc-testing/
DTdcResults.py76 def count_skips(self): member in TestSuiteReport
113 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())