MCPcopy
hub / github.com/httprunner/httprunner / with_variables

Method with_variables

httprunner/runner.py:89–91  ·  view source on GitHub ↗
(self, variables: VariablesMapping)

Source from the content-addressed store, hash-verified

87 return self
88
89 def with_variables(self, variables: VariablesMapping) -> "SessionRunner":
90 self.__session_variables = variables
91 return self
92
93 def with_export(self, export: List[Text]) -> "SessionRunner":
94 self.__export = export

Calls

no outgoing calls

Tested by

no test coverage detected