D | listener.py | 41 def __started__(self, lifecycle, test_result): argument 42 if lifecycle == LifeCycle.TestCase: 50 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 53 def __skipped__(self, lifecycle, test_result): argument 56 def __failed__(self, lifecycle, test_result): argument 57 if lifecycle == LifeCycle.TestCase: 78 def __started__(self, lifecycle, test_result): argument 81 def __ended__(self, lifecycle, test_result=None, **kwargs): argument 82 if lifecycle == LifeCycle.TestCase: 95 def __skipped__(self, lifecycle, test_result): argument [all …]
|