mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +08:00
change: update comments
This commit is contained in:
+1
-1
@@ -454,7 +454,7 @@ func (p *Parser) ParseVariables(variables map[string]interface{}) (map[string]in
|
|||||||
return parsedVariables, nil
|
return parsedVariables, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
type variableSet map[string]struct{} // TODO
|
type variableSet map[string]struct{}
|
||||||
|
|
||||||
func extractVariables(raw interface{}) variableSet {
|
func extractVariables(raw interface{}) variableSet {
|
||||||
rawValue := reflect.ValueOf(raw)
|
rawValue := reflect.ValueOf(raw)
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ class TStep(BaseModel):
|
|||||||
retry_interval: int = 0 # sec
|
retry_interval: int = 0 # sec
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestCase(BaseModel):
|
class TestCase(BaseModel):
|
||||||
config: TConfig
|
config: TConfig
|
||||||
teststeps: List[TStep]
|
teststeps: List[TStep]
|
||||||
|
|||||||
Reference in New Issue
Block a user