mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 15:01:22 +08:00
change: add weight attribute in config
This commit is contained in:
@@ -41,6 +41,7 @@ class TConfig(BaseModel):
|
||||
# teardown_hooks: Hooks = []
|
||||
export: Export = []
|
||||
path: Text = None
|
||||
weight: int = 1
|
||||
|
||||
|
||||
class TRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user