feat: integrate locust v1.0

This commit is contained in:
debugtalk
2020-06-18 18:05:47 +08:00
parent fed8d5adaf
commit e248ba77f6
10 changed files with 830 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
__version__ = "3.1.0"
__description__ = "One-stop solution for HTTP(S) testing."
from httprunner.ext.locust import main_locusts # import firstly for monkey patch if needed
from httprunner.runner import HttpRunner
from httprunner.testcase import Config, Step, RunRequest, RunTestCase