change: remove summary property from HttpRunner

This commit is contained in:
debugtalk
2019-11-02 00:01:28 +08:00
parent 09fc3c405c
commit a585369734
4 changed files with 32 additions and 59 deletions

View File

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