fix #797: locusts command error

This commit is contained in:
debugtalk
2019-12-24 15:03:18 +08:00
parent 138495bac1
commit 38cbd4082e
4 changed files with 7 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ coverage = "^4.5.4"
hrun = "httprunner.cli:main"
ate = "httprunner.cli:main"
httprunner = "httprunner.cli:main"
locusts = "httprunner.plugins.locusts.cli:main"
locusts = "httprunner.ext.locusts.cli:main"
[build-system]
requires = ["poetry>=1.0.0"]