change: add httprunner version in generated pytest file

This commit is contained in:
debugtalk
2020-06-04 10:35:23 +08:00
parent 6bb9fc118d
commit 3b3b67e90d
14 changed files with 16 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/request_with_functions.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/request_with_testcase_reference.yml
import os

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/hardcode.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/request_with_functions.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/request_with_testcase_reference.yml
import os

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/request_with_variables.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/validate_with_functions.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase

View File

@@ -1,4 +1,4 @@
# NOTICE: Generated By HttpRunner.
# NOTICE: Generated By HttpRunner v3.0.7
# FROM: examples/postman_echo/request_methods/validate_with_variables.yml
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase