use httprunner/cli.py as debugging entrances

This commit is contained in:
httprunner
2018-02-22 00:22:22 +08:00
parent b6c5bd89d2
commit 3fd9f794f4
11 changed files with 29 additions and 35 deletions

View File

@@ -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".*\(.*\).*")