change: remove locust for python version

This commit is contained in:
debugtalk
2022-04-03 00:13:28 +08:00
parent 96117bcc1d
commit f8798358b2
7 changed files with 2 additions and 20 deletions

View File

@@ -20,7 +20,6 @@ class TestCaseRequestWithFunctions(HttpRunner):
.base_url("https://postman-echo.com")
.verify(False)
.export(*["foo3"])
.locust_weight(2)
)
teststeps = [

View File

@@ -29,7 +29,6 @@ class TestCaseRequestWithTestcaseReference(HttpRunner):
)
.base_url("https://postman-echo.com")
.verify(False)
.locust_weight(3)
)
teststeps = [

View File

@@ -20,7 +20,6 @@ class TestCaseRequestWithFunctions(HttpRunner):
.base_url("https://postman-echo.com")
.verify(False)
.export(*["foo3"])
.locust_weight(2)
)
teststeps = [