use httprunner/cli.py as debugging entrances

This commit is contained in:
debugtalk
2018-02-22 00:22:22 +08:00
parent 66b6f8d904
commit 345c77125b
11 changed files with 29 additions and 35 deletions

View File

@@ -8,8 +8,7 @@ import re
from collections import OrderedDict
import yaml
from . import exception, logger, utils
from httprunner import exception, logger, utils
variable_regexp = r"\$([\w_]+)"
function_regexp = r"\$\{([\w_]+\([\$\w_ =,]*\))\}"