mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
refactor: parameters
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# NOTE: Generated By HttpRunner v3.1.2
|
||||
# NOTE: Generated By HttpRunner v3.1.3
|
||||
# FROM: request_methods/hardcode.yml
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
|
||||
|
||||
class TestCaseHardcode(HttpRunner):
|
||||
|
||||
config = (
|
||||
Config("request methods testcase in hardcode")
|
||||
.base_url("https://postman-echo.com")
|
||||
|
||||
Reference in New Issue
Block a user