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

@@ -9,10 +9,9 @@ import string
import types
from collections import OrderedDict
from httprunner import exception, logger
from requests.structures import CaseInsensitiveDict
from . import exception, logger
try:
string_type = basestring
long_type = long