mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-17 05:39:45 +08:00
use httprunner/cli.py as debugging entrances
This commit is contained in:
@@ -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_ =,]*\))\}"
|
||||
|
||||
Reference in New Issue
Block a user