mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-03 21:41:23 +08:00
use httprunner/cli.py as debugging entrances
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import re
|
||||
from collections import OrderedDict
|
||||
|
||||
from httprunner import exception, logger, testcase, utils
|
||||
from requests.structures import CaseInsensitiveDict
|
||||
|
||||
from . import exception, logger, testcase, utils
|
||||
|
||||
text_extractor_regexp_compile = re.compile(r".*\(.*\).*")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user