MCPcopy Create free account
hub / github.com/sql-machine-learning/sqlflow / makeTestSession

Function makeTestSession

go/cmd/step/step_test.go:28–30  ·  view source on GitHub ↗
(dbConnStr string)

Source from the content-addressed store, hash-verified

26)
27
28func makeTestSession(dbConnStr string) *pb.Session {
29 return &pb.Session{DbConnStr: dbConnStr}
30}
31
32func TestStepStandardSQL(t *testing.T) {
33 if os.Getenv("SQLFLOW_TEST_DB") != "mysql" {

Callers 2

TestStepStandardSQLFunction · 0.70
TestStepSQLWithCommentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected