remove unused loading tests

This commit is contained in:
httprunner
2018-11-06 14:44:54 +08:00
parent 0403c48f90
commit 962f484b75

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):