Merge pull request #33263 from ruthra-kumar/fix_incorrect_test_count_in_lightmode_test_runner
refactor: remove duplicate call to start test
This commit is contained in:
commit
972adc54b1
1 changed files with 0 additions and 1 deletions
|
|
@ -187,7 +187,6 @@ class FrappeTestResult(unittest.TextTestResult):
|
|||
def startTest(self, test):
|
||||
self.tb_locals = True
|
||||
self._started_at = time.monotonic()
|
||||
super().startTest(test)
|
||||
super(unittest.TextTestResult, self).startTest(test)
|
||||
test_class = unittest.util.strclass(test.__class__)
|
||||
if not hasattr(self, "current_test_class") or self.current_test_class != test_class:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue