7 comments (7 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python116 forks (116 forks)auto 404
good first issuehacktoberfest🔥 difficulty: 1
Repository metrics
- Stars
- 1,267 stars (1,267 stars)
- PR merge metrics
- PR metrics pending (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
- Research direction
- Examine embedder.py to understand the external API calls, then write unit tests with mocked dependencies in the tests/ folder.
- Tech stack
- python
- Domain
- backend
- Issue type
- Test
- Prerequisites
- PythonGit