refactor: merge v3

This commit is contained in:
debugtalk
2020-04-23 21:10:59 +08:00
parent c21de865f3
commit 826fca83c2
39 changed files with 967 additions and 6021 deletions

View File

@@ -9,7 +9,7 @@ from requests.exceptions import (InvalidSchema, InvalidURL, MissingSchema,
from httprunner import response
from httprunner.utils import lower_dict_keys, omit_long_data
from httprunner.v3.schema import SessionData
from httprunner.schema import SessionData
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)