MCPcopy Index your code
hub / github.com/httprunner/httprunner / testcase

Method testcase

httprunner/step.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44
45 @property
46 def testcase(self) -> TestCase:
47 return self.__step.struct().testcase
48
49 @property
50 def retry_times(self) -> int:

Callers 1

run_step_testcaseFunction · 0.80

Calls 1

structMethod · 0.45

Tested by 1

run_step_testcaseFunction · 0.64