| H A D | reports.py | 16 # key to avoid mixing tests of different suites. 26 def write_results(self, tests, elapsed): 38 self._write_results_to_file(tests, elapsed, report_file) 41 def _write_results_to_file(self, tests, elapsed, file): 47 def _write_results_to_file(self, tests, elapsed, file): 49 tests = [t for t in tests if t.result.code not in unexecuted_codes] 58 # Encode the tests. 59 data["tests"] = tests_data = [] 60 for test in tests 21 write_results(self, tests, elapsed) global() argument 96 write_results(self, tests, elapsed) global() argument 107 _write_testsuite(self, file, suite, tests) global() argument 205 write_results(self, tests, elapsed) global() argument 254 write_results(self, tests, elapsed) global() argument [all...] |