Home
last modified time | relevance | path

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

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