mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 09:57:35 +08:00
add debugging entrance cmd
This commit is contained in:
@@ -148,7 +148,7 @@ def main_locust():
|
||||
if __name__ == '__main__':
|
||||
cmd = sys.argv.pop(1)
|
||||
|
||||
if cmd == "hrun":
|
||||
if cmd in ["hrun", "httprunner", "ate"]:
|
||||
main_hrun()
|
||||
elif cmd == "locust":
|
||||
elif cmd in ["locust", "locusts"]:
|
||||
main_locust()
|
||||
|
||||
Reference in New Issue
Block a user