mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 18:07:40 +08:00
change: remove summary property from HttpRunner
This commit is contained in:
@@ -271,9 +271,3 @@ class HttpRunner(object):
|
||||
return self.run_tests(path_or_tests)
|
||||
else:
|
||||
raise exceptions.ParamsError("Invalid testcase path or testcases: {}".format(path_or_tests))
|
||||
|
||||
@property
|
||||
def summary(self):
|
||||
""" get test reuslt summary.
|
||||
"""
|
||||
return self._summary
|
||||
|
||||
Reference in New Issue
Block a user