mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
change: remove locust for python version
This commit is contained in:
@@ -47,10 +47,6 @@ class Config(object):
|
||||
def path(self) -> Text:
|
||||
return self.__config.path
|
||||
|
||||
@property
|
||||
def weight(self) -> int:
|
||||
return self.__config.weight
|
||||
|
||||
def variables(self, **variables) -> "Config":
|
||||
self.__config.variables.update(variables)
|
||||
return self
|
||||
@@ -68,10 +64,6 @@ class Config(object):
|
||||
self.__config.export = list(set(self.__config.export))
|
||||
return self
|
||||
|
||||
def locust_weight(self, weight: int) -> "Config":
|
||||
self.__config.weight = weight
|
||||
return self
|
||||
|
||||
def struct(self) -> TConfig:
|
||||
return self.__config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user