Currently only API level and worker [backend unit tests](https://github.com/jenstroeger/fullstack-webapp-template/tree/main/backend/tests) exist. No integration tests or performance tests, so consider those as well. Related discussions and changes: - https://github.com/jenstroeger/python-package-template/pull/834 - https://github.com/jenstroeger/python-package-template/pull/1028 Useful frameworks, for example: - [Bombardier](https://github.com/codesenberg/bombardier), [Chaos Monkey](https://github.com/Netflix/chaosmonkey) and [ChaosToolkit](https://chaostoolkit.org/), [ToxiProxy](https://github.com/Shopify/toxiproxy)
Currently only API level and worker backend unit tests exist. No integration tests or performance tests, so consider those as well.
Related discussions and changes:
Useful frameworks, for example: