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

Function TestDatabaseTestingHiveURL

go/database/testing_test.go:46–51  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

44}
45
46func TestDatabaseTestingHiveURL(t *testing.T) {
47 a := assert.New(t)
48 if db := GetTestingDBSingleton(); db.DriverName == "hive" {
49 a.Equal(GetTestingHiveURL(), db.URL())
50 }
51}
52
53func TestDatabaseTestingMaxComputeURL(t *testing.T) {
54 a := assert.New(t)

Callers

nothing calls this directly

Calls 3

GetTestingDBSingletonFunction · 0.85
GetTestingHiveURLFunction · 0.85
URLMethod · 0.80

Tested by

no test coverage detected