MCPcopy Create free account
hub / github.com/assembla/cony / TestClient_Errors

Function TestClient_Errors

client_test.go:67–74  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

65}
66
67func TestClient_Errors(t *testing.T) {
68 c := NewClient()
69 errs := c.Errors()
70
71 if errs == nil {
72 t.Error("should initialize Errors channel")
73 }
74}
75
76func TestClient_Close(t *testing.T) {
77 c := NewClient()

Callers

nothing calls this directly

Calls 2

ErrorsMethod · 0.95
NewClientFunction · 0.85

Tested by

no test coverage detected