mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-14 00:41:58 +08:00
feat #1342: support specify custom python3 venv
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
{{ end }}
|
||||
|
||||
if __name__ == "__main__":
|
||||
import funppy
|
||||
{{- range $functionName := .FunctionNames }}
|
||||
funppy.register("{{ $functionName }}", {{ $functionName }})
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user