mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 10:19:38 +08:00
refactor: make pytest testcases
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# NOTE: Generated By HttpRunner v4.0.0
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# FROM: basic.yml
|
||||
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseBasic(HttpRunner):
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# NOTE: Generated By HttpRunner v4.0.0
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# FROM: hooks.yml
|
||||
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseHooks(HttpRunner):
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# NOTE: Generated By HttpRunner v4.0.0
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# FROM: load_image.yml
|
||||
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseLoadImage(HttpRunner):
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# NOTE: Generated By HttpRunner v4.0.0
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# FROM: upload.yml
|
||||
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseUpload(HttpRunner):
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# NOTE: Generated By HttpRunner v4.0.0
|
||||
# NOTE: Generated By HttpRunner v4.1.4
|
||||
# FROM: validate.yml
|
||||
|
||||
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest, RunTestCase
|
||||
from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
|
||||
class TestCaseValidate(HttpRunner):
|
||||
|
||||
Reference in New Issue
Block a user