Actions
Feature #1749
openAPI: Testsystems for API
Status:
In Progress
Priority:
Normal
Assignee:
Category:
API
Target version:
Start date:
2022-06-14
Estimated time:
Description
It would be a good idea, to automatically test our API output.
I looked into schemathesis. It looks very promising and is very strict, exactly what we need for flask-openapi3.
Only downside is, that it is only available over pip, but since this is just for development, we can live with that.
Branch: feature/api/test_system (trixie)
Things to look into:- CI/CD integration (with badge)
- pytest integration
- automatic JWT token generation
Actions