tests: update examples

This commit is contained in:
debugtalk
2020-07-06 16:16:04 +08:00
parent 4dde8dd2b2
commit 85700685bc
14 changed files with 26 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
# NOTE: Generated By HttpRunner v3.1.2
# NOTE: Generated By HttpRunner v3.1.3
# FROM: basic.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
class TestCaseBasic(HttpRunner):
config = Config("basic test with httpbin").base_url("https://httpbin.org/")
teststeps = [