Initial source commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package simpleorm_test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
log "gitlab.com/gdulai/simpleloglvl"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
log.SetupLogs("Debug")
|
||||
|
||||
code := m.Run()
|
||||
|
||||
os.Exit(code)
|
||||
}
|
||||
Reference in New Issue
Block a user