fix: missing validate_script

This commit is contained in:
debugtalk
2020-05-29 19:06:06 +08:00
parent 446860503f
commit f6d4d4a311
3 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# NOTICE: Generated By HttpRunner. DO NOT EDIT!
# FROM: examples/httpbin/validate.yml
from httprunner import HttpRunner, TConfig, TStep
@@ -9,6 +10,7 @@ class TestCaseValidate(HttpRunner):
"name": "basic test with httpbin",
"base_url": "http://httpbin.org/",
"path": "examples/httpbin/validate_test.py",
"variables": {},
}
)