pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Add unit tests for index_connection.go #38

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

We do not have unit tests for the private functions inside index_connection.go, as outlined in this Asana ticket.

Solution

Add 'em!

Note: I've adjusted the Justfile and renamed the integration test components in accordance with the strategy outlined in this PR (unit tests for client.go).

Type of Change

Test Plan

CI passes.