refactor: EnsurePython3Venv

This commit is contained in:
debugtalk
2022-06-14 11:52:18 +08:00
parent d91eba501c
commit c00dab17b3
20 changed files with 60 additions and 88 deletions
-9
View File
@@ -1,10 +1 @@
package convert
import (
"github.com/httprunner/httprunner/v4/hrp/internal/builtin"
)
func convert2PyTestScripts(paths ...string) error {
args := append([]string{"make"}, paths...)
return builtin.ExecPython3Command("httprunner", args...)
}