parent
8f817ec4b3
commit
ca9a16558e
@ -0,0 +1,11 @@ |
||||
package config |
||||
|
||||
import ( |
||||
"github.com/jinzhu/configor" |
||||
"github.com/stretchr/testify/assert" |
||||
"testing" |
||||
) |
||||
|
||||
func TestReadConfig(t *testing.T) { |
||||
assert.NoError(t, configor.New(&configor.Config{ErrorOnUnmatchedKeys: true}).Load(&Config, "../config.example.yml"), "Parse example config failed.") |
||||
} |
Loading…
Reference in new issue