pinecone-io / go-pinecone

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

Refactor Integration Tests #65

Closed austin-denoble closed 3 months ago

austin-denoble commented 3 months ago

Problem

We currently have a few things we'd like to clean up in our integration test suite:

Solution

Type of Change

Test Plan

Make sure integration tests pass in CI. To run locally use just test after setting up your PINECONE_API_KEY.


austin-denoble commented 3 months ago

Plz add "Unit" into titles of unit tests :)

Other than that, this looks AMAZING!! Just some clarifying qs and nits

Tests should all be annotated properly, nice catch.