#testing

1 article tagged with #testing

โ† All Topics

Why I Stopped Writing Unit Tests for Spring Boot APIs โ€” And Started Using Testcontainers

I spent years mocking repositories, faking transactions, and testing things that were already tested. Then I switched to integration tests with real PostgreSQL containers and caught 3x more bugs. Here's the honest case for Testcontainers in Spring Boot.