feat: make locusts as httprunner plugin

This commit is contained in:
debugtalk
2019-10-25 16:40:47 +08:00
parent 890f2796c0
commit 22eb592eec
10 changed files with 158 additions and 54 deletions

View File

@@ -42,7 +42,7 @@ contextlib2 = "^0.5.5"
hrun = "httprunner.cli:main"
ate = "httprunner.cli:main"
httprunner = "httprunner.cli:main"
locusts = "httprunner.locusts:main"
locusts = "httprunner.plugins.locusts:main"
[build-system]
requires = ["poetry>=0.12"]