fix RecursionError caused by locust

This commit is contained in:
debugtalk
2018-12-18 16:21:24 +08:00
parent ab3fe57c68
commit 751a7469d8
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ import unittest
from httprunner import loader, parser
from httprunner.api import HttpRunner, prepare_locust_tests
from locust import HttpLocust
from tests.api_server import HTTPBIN_SERVER
from tests.base import ApiServerUnittest