change: generate pytest in chain style by default

This commit is contained in:
debugtalk
2020-06-03 15:49:20 +08:00
parent 6fa680502e
commit 3bc988ac1e
7 changed files with 86 additions and 163 deletions

View File

@@ -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