refactor: move internal myexec to funplugin/myexec

This commit is contained in:
lilong.129
2023-08-20 11:28:33 +08:00
parent 4cd2c28550
commit 00396d4b75
13 changed files with 10 additions and 355 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package pytest
import (
"github.com/httprunner/httprunner/v4/hrp/internal/myexec"
"github.com/httprunner/funplugin/myexec"
)
func RunPytest(args []string) error {