1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Full implementation for OSX ready

Signed-off-by: avaid96 <avaid1996@gmail.com>
This commit is contained in:
avaid96
2016-07-11 10:50:44 -07:00
parent 5128fa1bad
commit 5a8fb214ed
7 changed files with 170 additions and 3 deletions
+5 -1
View File
@@ -2,7 +2,6 @@ package osxkeychain
import (
"testing"
"github.com/docker/docker-credential-helpers/credentials"
)
@@ -34,6 +33,11 @@ func TestOSXKeychainHelper(t *testing.T) {
if err := helper.Delete(creds.ServerURL); err != nil {
t.Fatal(err)
}
_, _, err = helper.List();
if err != nil {
t.Fatal(err)
}
}
func TestMissingCredentials(t *testing.T) {