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