12 comments (12 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
We have unit tests here. We should configure a GitHub automation to run them on every pull request.
Contributor guide
- Research direction
- Examine the existing test suite in the tests/ directory and create a GitHub Actions workflow file (e.g., .github/workflows/tests.yml) that runs these tests on every pull request using the appropriate setup (Python, dependencies, etc.).
- Tech stack
- python
- Domain
- ci cd
- Issue type
- Feature
- Prerequisites
- GitGitHub Actions