Introduce testing for backend code #123
Labels
P2
Medium priority tasks.
triage
Issues that require triage attention
type: discussion
A discussion about implementation, typically preceding a feature.
type: feature
A new feature that should be added to the application.
Description
We should look into how to test our backend Starlette code to ensure that changes do not invalidate existing validations, features or other components in the application.
Justification
We want to notice when things go awry before we deploy them to production, so we should aim to validate our model code to ensure we don't end up with dodgy data in our database.
Implementation
We'll need to pick a testing framework, Starlette also provides a testing client for automating tests.
The text was updated successfully, but these errors were encountered: