Feature #1749
Updated by Bernhard Koschiček-Krombholz 24 days ago
It would be a good idea, to automatically test our API output.
I looked into "schemathesis":https://schemathesis.readthedocs.io/en/stable/. 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