Database Tests
← Back to Integration Testing
Testing interactions with real databases. Testcontainers spin up real database instances in Docker. In-memory databases provide speed. Transaction rollback ensures test isolation by rolling back changes after each test.