ministryofjustice / operations-engineering

This repository is home to the Operations Engineering's tools and utilities for managing, monitoring, and optimising software development processes at the Ministry of Justice. • This repository is defined and managed in Terraform
https://user-guide.operations-engineering.service.justice.gov.uk/
MIT License
15 stars 5 forks source link

Experiment with Integration Testing #4813

Open PepperMoJ opened 2 months ago

PepperMoJ commented 2 months ago

User Need

As a Operations Engineer I want Integration tests added to my codebase so that I have confidence in the changes I make before they reach production

Value

By including integration tests as part of our workflow, we can increase our test coverage and our confidence in our code changes and feature additions.

Functional Requirements (What):

Non-Functional Requirements (How):

Acceptance Criteria:

Notes:

PepperMoJ commented 2 months ago

A couple articles on Integration Testing with pytest: