mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 10:20:11 +08:00
refactor: use HttpRunner as testcase base class
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
__version__ = "3.0.2"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
from unittest import TestCase
|
||||
from httprunner.runner import HttpRunner
|
||||
from httprunner.schema import TConfig, TStep
|
||||
|
||||
@@ -11,5 +10,4 @@ __all__ = [
|
||||
"HttpRunner",
|
||||
"TConfig",
|
||||
"TStep",
|
||||
"TestCase",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user