Open Issues Need Help
View All on GitHub Add Unit & Integration Tests with GitHub Actions 6 months ago
AI Summary: This issue aims to implement a comprehensive testing framework for a FastAPI server, including both unit and integration tests. Unit tests will be fully mocked and run on every PR/push, while integration tests will use real secrets (managed via GitHub Actions) and run only on the `main` branch or on a schedule. The task involves configuring GitHub Actions for secure secret injection and updating documentation for local test execution.
Complexity:
4/5
documentation help wanted