From b245fcd3702d6a4b13f2a76d06a7bc590816217b Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 24 Dec 2019 21:35:01 +0800 Subject: [PATCH] docs: update docstring --- httprunner/api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httprunner/api.py b/httprunner/api.py index 7e017213..5f09b595 100644 --- a/httprunner/api.py +++ b/httprunner/api.py @@ -277,6 +277,8 @@ class HttpRunner(object): path_or_tests: str: testcase/testsuite file/foler path dict: valid testcase/testsuite data + dot_env_path (str): specified .env file path. + mapping (dict): if mapping is specified, it will override variables in config block. Returns: dict: result summary