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) }