Support logging level and spinner customization

This commit is contained in:
Daniele Rondina
2019-12-29 16:16:12 +01:00
committed by Ettore Di Giacinto
parent bbc9574745
commit 0cb49a40c0
12 changed files with 76 additions and 2 deletions

View File

@@ -18,11 +18,15 @@ package compiler_test
import (
"testing"
. "github.com/mudler/luet/cmd"
config "github.com/mudler/luet/pkg/config"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestSolver(t *testing.T) {
RegisterFailHandler(Fail)
LoadConfig(config.LuetCfg)
RunSpecs(t, "Compiler Suite")
}