Skip to content

Commit

Permalink
Merge pull request #1029 from go-kivik/ktsqlite
Browse files Browse the repository at this point in the history
Add SQLite to integration test suite list
  • Loading branch information
flimzy authored Jul 19, 2024
2 parents 72ca387 + e11b654 commit c6fccc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kiviktest/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const (
SuiteCouch33 = "couch33"
SuiteKivikServer = "kivikServer"
SuiteKivikMemory = "kivikMemory"
SuiteKivikSQLite = "kivikSQLite"
SuiteKivikFS = "kivikFilesystem"
)

Expand All @@ -58,6 +59,7 @@ var AllSuites = []string{
SuiteCouch33,
SuiteKivikMemory,
SuiteKivikFS,
SuiteKivikSQLite,
SuiteKivikServer,
}

Expand All @@ -72,6 +74,7 @@ var driverMap = map[string]string{
SuiteCouch33: "couch",
SuiteKivikServer: "couch",
SuiteKivikMemory: "memory",
SuiteKivikSQLite: "sqlite",
SuiteKivikFS: "fs",
}

Expand Down

0 comments on commit c6fccc4

Please sign in to comment.