add multi files config test and some more

This commit is contained in:
Livio Amstutz
2020-03-30 11:44:17 +02:00
parent e04c0116f5
commit 96b1817d62
4 changed files with 127 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/stretchr/testify/assert"
)
//TODO: refactor test style
func TestDecrypt_OK(t *testing.T) {
encryptedpw, err := EncryptAESString("ThisIsMySecretPw", "passphrasewhichneedstobe32bytes!")
assert.NoError(t, err)