CI/CD for server backend
@PGijsbers is already working on this.
Since Sep 2, 2024.
- Dominant language
- Python
- Stars
- 16
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Server testing currently happens indirectly by users or connector package maintainers. This "burden" should be shifted back to the server development team with a proper CI/CD pipeline. This issue could further be split into a test suite which tests the server internals, and a test suite which tests that the API responses remain correct (this also helps server devs know when to communicate important changes to the connector devs).
This will (in part) be addressed by making sure the functionalities to be rebuilt in Python are covered by tests.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.