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