change: make locusts as hrun sub-command, usage: hrun locusts -h

This commit is contained in:
debugtalk
2020-04-12 23:29:00 +08:00
parent 7a0b1b69e4
commit db722c92b9
10 changed files with 211 additions and 181 deletions

View File

@@ -48,7 +48,6 @@ fastapi = "^0.49.0"
hrun = "httprunner.cli:main"
ate = "httprunner.cli:main"
httprunner = "httprunner.cli:main"
locusts = "httprunner.ext.locusts.cli:main"
[build-system]
requires = ["poetry>=1.0.0"]