mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 02:39:46 +08:00
feat: make pytest files in chain style
This commit is contained in:
@@ -3,7 +3,7 @@ __description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
from httprunner.runner import HttpRunner
|
||||
from httprunner.schema import TConfig, TStep
|
||||
from httprunner.testcase import Config, Step, Request
|
||||
from httprunner.testcase import Config, Step, RunRequest, RunTestCase
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
@@ -13,5 +13,6 @@ __all__ = [
|
||||
"TStep",
|
||||
"Config",
|
||||
"Step",
|
||||
"Request",
|
||||
"RunRequest",
|
||||
"RunTestCase",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user