DevOpsHeroes 2023
I was at DevOpsHeroes 2023 in Bologna to talk about testing repositories. I was the only non-Italian speaker at the conference.
Three-and-a-half Ways of Testing your Repositories
- Sat Oct 21 2023 14:00–14:50 Aula D
With the data layer successfully separated from the rest of the domain model into its own repository, now comes the time to test it.
In this talk I will use Test Driven Development to show how to use mocking frameworks to mock datastores at both the API-, and server-level, and show techniques to test against a real database as well as how we can make the tests more portable by leveraging Testcontainers whenever possible.