mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
rename functions
This commit is contained in:
@@ -22,5 +22,4 @@ class WebPageUser(HttpLocust):
|
||||
min_wait = 1000
|
||||
max_wait = 5000
|
||||
|
||||
testsets = testcase.load_testcases_by_path("$TESTCASE_FILE")
|
||||
testset = testsets[0]
|
||||
testset = testcase.load_test_file("$TESTCASE_FILE")
|
||||
|
||||
Reference in New Issue
Block a user