funplugin
funplugin copied to clipboard
HttpRunner function plugin
https://github.com/httprunner/funplugin/issues/10#issue-2095100693
https://github.com/httprunner/funplugin/blob/a0040bd1ac326e8c53bf96362b555cc1f5b6741a/myexec/cmd.go#L165 Windows下PATH间应该用分号“;”,调用过一次`RunCommand`后,`isPython3`一直返回false, 报错“executable file not found in %PATH%” https://github.com/httprunner/funplugin/blob/a0040bd1ac326e8c53bf96362b555cc1f5b6741a/myexec/cmd.go#L24 
当函数定义返回 True 或则 False 有问题 问题代码 ``` func (m *functionGRPCClient) Call(funcName string, funcArgs ...interface{}) (interface{}, error) { // .... var resp interface{} err = json.Unmarshal(response.Value, &resp) if err != nil...