MCPcopy Create free account
hub / github.com/basecamp/hey-cli / testStore

Function testStore

internal/auth/store_test.go:9–13  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7 "strconv"
8 "strings"
9 "sync"
10 "testing"
11
12 keyringlib "github.com/zalando/go-keyring"
13)
14
15func testStore(t *testing.T) *Store {
16 t.Helper()

Callers 5

TestSaveLoadRoundTripFunction · 0.85
TestLoadNotFoundFunction · 0.85
TestDeleteCredentialsFunction · 0.85
TestMultipleOriginsFunction · 0.85
TestFilePermissionsFunction · 0.85

Calls 1

NewStoreFunction · 0.85

Tested by

no test coverage detected