Storia-AI/sage

Add unit tests for embedder.py

Open

#77 opened on Oct 11, 2024

 (7 comments) (0 reactions) (1 assignee)Python (116 forks)auto 404
good first issuehacktoberfest🔥 difficulty: 1

Repository metrics

Stars
 (1,267 stars)
PR merge metrics
 (PR metrics pending)

Description

Unit tests should go under the tests/ folder.

The embedders under embedder.py rely on external API, which will have to be mocked in the unit tests.

Contributor guide