Skip to content

Commit

Permalink
Experimental: integration test in Postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Jørgensen (LUJOR) committed Feb 19, 2019
1 parent 7b9b446 commit afef6f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion database/testing/migrate_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ package testing
import (
"encoding/json"
"fmt"
"testing"
)

import (
"github.com/golang-migrate/migrate/v4"
"github.com/golang-migrate/migrate/v4/database"
"testing"
_ "github.com/golang-migrate/migrate/v4/source/stub"
)

// TestMigrate runs integration-tests between the Migrate layer and database implementations.
Expand Down

0 comments on commit afef6f1

Please sign in to comment.