pinecone-io / go-pinecone

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

Add unit tests for client.go #36

Closed aulorbe closed 4 months ago

aulorbe commented 4 months ago

Problem

We do not have unit tests for client.go. In an effort to work towards v1.0 readiness, we need them.

Solution

Add unit tests for key functions/methods in client.go, as outlined in this Asana ticket.

Add commands to Justfile to allow contributors to run unit tests or integration tests, if they don't want to run all tests with the usual just test cmd.

Type of Change

Test Plan

CI passes.