mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
bugfix: adjust functions location to avoid cross reference
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import zmq
|
||||
import os
|
||||
from locust import HttpLocust, TaskSet, task
|
||||
from ate import utils, runner, exception
|
||||
from ate import testcase, runner, exception
|
||||
|
||||
class WebPageTasks(TaskSet):
|
||||
def on_start(self):
|
||||
@@ -22,5 +22,5 @@ class WebPageUser(HttpLocust):
|
||||
min_wait = 1000
|
||||
max_wait = 5000
|
||||
|
||||
testsets = utils.load_testcases_by_path("$TESTCASE_FILE")
|
||||
testsets = testcase.load_testcases_by_path("$TESTCASE_FILE")
|
||||
testset = testsets[0]
|
||||
|
||||
Reference in New Issue
Block a user