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 -2
View File
@@ -1,9 +1,8 @@
package convert
import (
"github.com/httprunner/funplugin/myexec"
"github.com/pkg/errors"
"github.com/httprunner/httprunner/v4/hrp/internal/myexec"
)
// convert TCase to pytest case