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

@@ -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_ =,]*\))\}"