mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-05 15:59:33 +08:00
feat: describe testcase in chain-call style
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
__version__ = "3.0.6"
|
||||
__version__ = "3.0.7"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
from httprunner.runner import HttpRunner
|
||||
from httprunner.runner import HttpRunner, Config, Step, Request
|
||||
from httprunner.schema import TConfig, TStep
|
||||
|
||||
__all__ = [
|
||||
@@ -10,4 +10,7 @@ __all__ = [
|
||||
"HttpRunner",
|
||||
"TConfig",
|
||||
"TStep",
|
||||
"Config",
|
||||
"Step",
|
||||
"Request",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user