Files
2025-06-22 02:27:21 +03:00

14 lines
190 B
Go

package cloudsql_test
import (
"os"
"testing"
"github.com/vxcontrol/langchaingo/internal/testutil/testctr"
)
func TestMain(m *testing.M) {
testctr.EnsureTestEnv()
os.Exit(m.Run())
}