Searched refs:count_tests (Results 1 – 2 of 2) sorted by relevance
70 def count_tests(self): member in TestSuiteReport92 ftap += '1..{}\n'.format(self.count_tests())113 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())
17 count_tests() { function