edge/pkg/module/share/sqlite/module_test.go
William Petit 2dff948e00
All checks were successful
arcad/edge/pipeline/head This commit looks good
wip: share module
2023-04-21 12:37:22 +02:00

14 lines
241 B
Go

package sqlite
import (
"testing"
"forge.cadoles.com/arcad/edge/pkg/module/share/testsuite"
"gitlab.com/wpetit/goweb/logger"
)
func TestModule(t *testing.T) {
logger.SetLevel(logger.LevelDebug)
testsuite.TestModule(t, newTestRepo)
}