rename functions

This commit is contained in:
debugtalk
2017-09-22 14:31:23 +08:00
parent bcd879db99
commit 8d2d52b192
8 changed files with 37 additions and 38 deletions

View File

@@ -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")