feat: make testcase with weight

This commit is contained in:
debugtalk
2020-06-18 18:46:34 +08:00
parent e248ba77f6
commit da079fc318
14 changed files with 26 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
__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
# import firstly for monkey patch if needed
from httprunner.ext.locust import main_locusts
from httprunner.runner import HttpRunner
from httprunner.testcase import Config, Step, RunRequest, RunTestCase