(t *testing.T)
| 85 | ) |
| 86 | |
| 87 | func ConnectLocalServer(t *testing.T) *helper.DevlakeClient { |
| 88 | fmt.Println("Connect to server") |
| 89 | client := helper.StartDevLakeServer(t, nil) |
| 90 | client.SetTimeout(0 * time.Second) |
| 91 | client.SetPipelineTimeout(0 * time.Second) |
| 92 | return client |
| 93 | } |
| 94 | |
| 95 | func CreateClient(t *testing.T) *helper.DevlakeClient { |
| 96 | path := filepath.Join(helper.ProjectRoot, FAKE_PLUGIN_DIR) |
no test coverage detected