change: add origin yaml/json testcase path in generated python testcases

This commit is contained in:
debugtalk
2020-05-17 11:08:36 +08:00
parent 2e46ce6889
commit 670d0db64f
12 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/httpbin/basic.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/httpbin/hooks.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/httpbin/load_image.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/httpbin/upload.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/httpbin/validate.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/hardcode.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/request_with_functions.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/request_with_testcase_reference.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/request_with_variables.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/validate_with_functions.yml
from httprunner import HttpRunner, TConfig, TStep

View File

@@ -1,4 +1,5 @@
# NOTICE: Generated By HttpRunner. DO'NOT EDIT!
# FROM: examples/postman_echo/request_methods/validate_with_variables.yml
from httprunner import HttpRunner, TConfig, TStep