(t *testing.T)
| 185 | } |
| 186 | |
| 187 | func TestDriverClickhouse_Create(t *testing.T) { |
| 188 | gtest.AssertNil(createClickhouseTableVisits(clickhouseConfigDB())) |
| 189 | } |
| 190 | |
| 191 | func TestDriverClickhouse_New(t *testing.T) { |
| 192 | connect := clickhouseConfigDB() |
nothing calls this directly
no test coverage detected
searching dependent graphs…