mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 04:00:11 +08:00
update docstring of run_test
This commit is contained in:
@@ -78,8 +78,7 @@ class Runner(object):
|
||||
"extract_binds": {}, # optional
|
||||
"validators": [] # optional
|
||||
}
|
||||
@return (tuple) test result of single testcase
|
||||
(success, diff_content_list)
|
||||
@return True or raise exception during test
|
||||
"""
|
||||
self.init_config(testcase, level="testcase")
|
||||
parsed_request = self.context.get_parsed_request()
|
||||
|
||||
Reference in New Issue
Block a user