nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

Develop Unit Tests for Existing Features #19

Open nickna opened 1 month ago

nickna commented 1 month ago

Description:

To ensure the reliability and stability of Neighborly, we need comprehensive unit tests for existing features. Most notably, the gRPC and REST APIs need coverage.

Tasks:

Resources:

Impact:

This will improve the code quality and reliability of Neighborly, making it easier to maintain and extend in the future.

How to Contribute:

  1. Fork the repository and create a new branch for your changes.
  2. Write unit tests for the identified features.
  3. Ensure all new and existing tests pass.
  4. Submit a pull request with a detailed description of the changes.