Skip to content

Introduce testing for backend code #123

Open
@janine9vn

Description

@janine9vn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium priority tasks.triageIssues that require triage attentiontype: discussionA discussion about implementation, typically preceding a feature.type: featureA new feature that should be added to the application.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions