remove unused loading tests

This commit is contained in:
debugtalk
2018-11-06 14:44:54 +08:00
parent 63ba664cc7
commit 9b25bd65fa

View File

@@ -16,7 +16,6 @@ logging.getLogger('locust.runners').setLevel(logging.INFO)
class WebPageTasks(TaskSet):
def on_start(self):
self.test_runner = Runner(self.locust.config, self.client)
self.testcases = load_locust_tests(self.locust.file_path)
@task(weight=1)
def test_any(self):