refactor: move files

This commit is contained in:
lilong.129
2025-02-06 11:45:39 +08:00
parent 8a7b48a1af
commit 5062c29492
3 changed files with 7 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
package pytest
import (
"github.com/httprunner/funplugin/myexec"
)
func RunPytest(args []string) error {
args = append([]string{"run"}, args...)
return myexec.ExecPython3Command("httprunner", args...)
}