mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 16:40:50 +08:00
fix: add class self-reference for variable annotations
This commit is contained in:
@@ -162,6 +162,9 @@ class StepData(BaseModel):
|
|||||||
export_vars: VariablesMapping = {}
|
export_vars: VariablesMapping = {}
|
||||||
|
|
||||||
|
|
||||||
|
StepData.update_forward_refs()
|
||||||
|
|
||||||
|
|
||||||
class TestCaseSummary(BaseModel):
|
class TestCaseSummary(BaseModel):
|
||||||
name: Text
|
name: Text
|
||||||
success: bool
|
success: bool
|
||||||
|
|||||||
Reference in New Issue
Block a user