mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-14 12:19:39 +08:00
change: generate pytest in chain style by default
This commit is contained in:
@@ -189,6 +189,7 @@ class RunTestCase(object):
|
||||
|
||||
def call(self, testcase: Callable):
|
||||
self.__t_step.testcase = testcase
|
||||
return self
|
||||
|
||||
def perform(self) -> TStep:
|
||||
return self.__t_step
|
||||
|
||||
Reference in New Issue
Block a user