mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 12:27:59 +08:00
feat: add --output command in hrp build
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
{{ end }}
|
||||
if __name__ == "__main__":
|
||||
{{- range $mainRegSnake := .FunctionSnakeNames }}
|
||||
funppy.register("{{ $mainRegSnake }}", {{ $mainRegSnake }})
|
||||
{{- range $functionName := .FunctionNames }}
|
||||
funppy.register("{{ $functionName }}", {{ $functionName }})
|
||||
{{- end }}
|
||||
funppy.serve()
|
||||
|
||||
Reference in New Issue
Block a user